feature/test #9

Merged
njohnson merged 318 commits from feature/test into main 2025-09-07 12:35:21 -04:00
2 changed files with 7 additions and 3 deletions
Showing only changes of commit 77428c0515 - Show all commits

View File

@ -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

View File

@ -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