mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:17:02 +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
|
#define hifi_JSBakerTest_h
|
||||||
|
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest/QtTest>
|
||||||
#include "../../libraries/baking/src/JSBaker.h"
|
#include <JSBaker.h>
|
||||||
|
|
||||||
class JSBakerTest : public QObject {
|
class JSBakerTest : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void setTestCases();
|
void setTestCases();
|
||||||
void testJSBaking();
|
void testJSBaking();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue