From 77428c051559f5cceb72a00dd45cc88364d666cd Mon Sep 17 00:00:00 2001 From: = Date: Thu, 10 Jul 2025 00:11:06 -0400 Subject: [PATCH] update tests and project. --- tests/test_main.cpp | 2 +- tests/tests.pro | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/test_main.cpp b/tests/test_main.cpp index b45f9db..cffd828 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -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 diff --git a/tests/tests.pro b/tests/tests.pro index c0bbfc6..aeafd7f 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -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