update tests and project.
This commit is contained in:
parent
34d6ae6658
commit
77428c0515
@ -48,7 +48,7 @@
|
||||
|
||||
// individual games
|
||||
#define TEST_COD2 0
|
||||
#define TEST_COD4 0
|
||||
#define TEST_COD4 1
|
||||
#define TEST_COD5 0
|
||||
#define TEST_COD6 0
|
||||
#define TEST_COD7 0
|
||||
|
||||
@ -50,12 +50,14 @@ SOURCES += \
|
||||
WiiU/autotest_cod9_wiiu.cpp \
|
||||
WiiU/autotest_cod10_wiiu.cpp \
|
||||
# XPlor autotests
|
||||
autotest_cod.cpp \
|
||||
autotest_xplor.cpp \
|
||||
# Main test function
|
||||
test_main.cpp
|
||||
|
||||
HEADERS += \
|
||||
autotest_cod.h
|
||||
autotest_cod.h \
|
||||
autotest_xplor.h
|
||||
|
||||
|
||||
# Prevent tests from being built in release mode (optional)
|
||||
@ -66,7 +68,7 @@ HEADERS += \
|
||||
# }
|
||||
|
||||
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
|
||||
|
||||
INCLUDEPATH += \
|
||||
@ -75,6 +77,7 @@ INCLUDEPATH += \
|
||||
$$PWD/../libs/encryption \
|
||||
$$PWD/../libs/compression \
|
||||
$$PWD/../libs/fastfile \
|
||||
$$PWD/../libs/assets \
|
||||
$$PWD/../libs/zonefile
|
||||
|
||||
DEPENDPATH += \
|
||||
@ -83,6 +86,7 @@ DEPENDPATH += \
|
||||
$$PWD/../libs/encryption \
|
||||
$$PWD/../libs/compression \
|
||||
$$PWD/../libs/fastfile \
|
||||
$$PWD/../libs/assets \
|
||||
$$PWD/../libs/zonefile
|
||||
|
||||
# Copy DLLs to Debug & Release folder
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user