feature/test #9
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
// individual games
|
// individual games
|
||||||
#define TEST_COD2 0
|
#define TEST_COD2 0
|
||||||
#define TEST_COD4 0
|
#define TEST_COD4 1
|
||||||
#define TEST_COD5 0
|
#define TEST_COD5 0
|
||||||
#define TEST_COD6 0
|
#define TEST_COD6 0
|
||||||
#define TEST_COD7 0
|
#define TEST_COD7 0
|
||||||
|
|||||||
@ -50,12 +50,14 @@ SOURCES += \
|
|||||||
WiiU/autotest_cod9_wiiu.cpp \
|
WiiU/autotest_cod9_wiiu.cpp \
|
||||||
WiiU/autotest_cod10_wiiu.cpp \
|
WiiU/autotest_cod10_wiiu.cpp \
|
||||||
# XPlor autotests
|
# XPlor autotests
|
||||||
|
autotest_cod.cpp \
|
||||||
autotest_xplor.cpp \
|
autotest_xplor.cpp \
|
||||||
# Main test function
|
# Main test function
|
||||||
test_main.cpp
|
test_main.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
autotest_cod.h
|
autotest_cod.h \
|
||||||
|
autotest_xplor.h
|
||||||
|
|
||||||
|
|
||||||
# Prevent tests from being built in release mode (optional)
|
# Prevent tests from being built in release mode (optional)
|
||||||
@ -66,7 +68,7 @@ HEADERS += \
|
|||||||
# }
|
# }
|
||||||
|
|
||||||
LIBS += \
|
LIBS += \
|
||||||
-L$$OUT_PWD/../libs/ -lcore -lencryption -lcompression -lfastfile -lzonefile \
|
-L$$OUT_PWD/../libs/ -lcore -lencryption -lcompression -lfastfile -lzonefile -lassets \
|
||||||
-L$$PWD/../third_party/xbox_sdk/lib -lxcompress64
|
-L$$PWD/../third_party/xbox_sdk/lib -lxcompress64
|
||||||
|
|
||||||
INCLUDEPATH += \
|
INCLUDEPATH += \
|
||||||
@ -75,6 +77,7 @@ INCLUDEPATH += \
|
|||||||
$$PWD/../libs/encryption \
|
$$PWD/../libs/encryption \
|
||||||
$$PWD/../libs/compression \
|
$$PWD/../libs/compression \
|
||||||
$$PWD/../libs/fastfile \
|
$$PWD/../libs/fastfile \
|
||||||
|
$$PWD/../libs/assets \
|
||||||
$$PWD/../libs/zonefile
|
$$PWD/../libs/zonefile
|
||||||
|
|
||||||
DEPENDPATH += \
|
DEPENDPATH += \
|
||||||
@ -83,6 +86,7 @@ DEPENDPATH += \
|
|||||||
$$PWD/../libs/encryption \
|
$$PWD/../libs/encryption \
|
||||||
$$PWD/../libs/compression \
|
$$PWD/../libs/compression \
|
||||||
$$PWD/../libs/fastfile \
|
$$PWD/../libs/fastfile \
|
||||||
|
$$PWD/../libs/assets \
|
||||||
$$PWD/../libs/zonefile
|
$$PWD/../libs/zonefile
|
||||||
|
|
||||||
# Copy DLLs to Debug & Release folder
|
# Copy DLLs to Debug & Release folder
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user