mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 08:53:41 +02:00
Update JSBakerTest.h
This commit is contained in:
parent
0bfb199fa0
commit
305719da24
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@
|
|||
#define hifi_JSBakerTest_h
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include "../../libraries/baking/src/JSBaker.h"
|
||||
#include <JSBaker.h>
|
||||
|
||||
class JSBakerTest : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
private slots:
|
||||
private slots:
|
||||
void setTestCases();
|
||||
void testJSBaking();
|
||||
|
||||
|
|
Loading…
Reference in a new issue