Browse Source

Actually, let's keep testing Curl in minimal

master
Macoy Madson 2 years ago
parent
commit
89abbd6adf
  1. 6
      test/src/GameLibTests.cake

6
test/src/GameLibTests.cake

@ -57,8 +57,6 @@
"Auto Test (network)\n(Note: this will require running a server on localhost)"
(array platform-config
"../src/AutoTest.cake"
;; Note: Must come before Curl because curl requires openssl
"../src/OpenSSL.cake" "../src/Curl.cake"
"../src/AutoUpdate.cake")))
(test-minimal
@ -69,7 +67,9 @@
"../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"
;; Note: Must come before Curl because curl requires openssl
"../src/OpenSSL.cake" "../src/Curl.cake")))
(test-opengl-only
(gamelib-run-test

Loading…
Cancel
Save