diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-07-08 15:23:11 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2023-07-08 15:23:11 +0200 |
commit | ff4f40f291c83728cad766350202c56a1b22c2d8 (patch) | |
tree | c141a26aed13787b8d058bbb28019b82ee4ec016 /test/StormTest.cpp | |
parent | f2c086cef8c9335571f492d9f91f40c1e5f721f5 (diff) |
Regression tests complete
Diffstat (limited to 'test/StormTest.cpp')
-rwxr-xr-x | test/StormTest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index c0a9ead..2bd5ceb 100755 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4232,9 +4232,9 @@ static const TEST_INFO Test_ReplaceFile[] = // Main
//#define TEST_COMMAND_LINE
-//#define TEST_LOCAL_LISTFILE
-//#define TEST_STREAM_OPERATIONS
-//#define TEST_MASTER_MIRROR
+#define TEST_LOCAL_LISTFILE
+#define TEST_STREAM_OPERATIONS
+#define TEST_MASTER_MIRROR
#define TEST_OPEN_MPQ
#define TEST_REOPEN_MPQ
#define TEST_VERIFY_SIGNATURE
|