diff --git a/test/src/GameLibTests.cake b/test/src/GameLibTests.cake index 8b5ed63..b1ededd 100644 --- a/test/src/GameLibTests.cake +++ b/test/src/GameLibTests.cake @@ -38,6 +38,7 @@ (true "src/Config_Linux.cake"))) + ;; This requires additional things running that most users will not have ;; (var test-network bool true) (var test-network bool false) @@ -56,8 +57,7 @@ (gamelib-run-test "Auto Test (network)\n(Note: this will require running a server on localhost)" (array platform-config - "../src/AutoTest.cake" - "../src/AutoUpdate.cake"))) + "../src/AutoTest.cake" "../src/AutoUpdate.cake"))) (test-minimal (gamelib-run-test @@ -67,7 +67,7 @@ "../src/Dictionary.cake" "../src/DynamicArray.cake" "../src/TaskSystem.cake" "../src/Image.cake" "../src/DataBundle.cake" "../src/TinyCCompiler.cake" "../src/FreeType.cake" "../src/Allocator.cake" - "../src/Oniguruma.cake" "../src/Cryptography.cake" + "../src/Oniguruma.cake" "../src/Cryptography.cake" "../src/Compression.cake" ;; Note: Must come before Curl because curl requires openssl "../src/OpenSSL.cake" "../src/Curl.cake"))) @@ -88,7 +88,8 @@ ;; Note that Raylib must come first so Image knows not to redefine stb_image implementation "../src/Raylib.cake" "../src/Image.cake" "../src/DataBundle.cake" "../src/TinyCCompiler.cake" "../src/FreeType.cake" - "../src/Cryptography.cake" "../src/OpenSSL.cake" "../src/Curl.cake" + "../src/Compression.cake" "../src/Cryptography.cake" + "../src/OpenSSL.cake" "../src/Curl.cake" "../src/ImGuiAutoColor.cake" "../src/ProfilerAutoInstrument.cake")) (when test-ogre