]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed passing fixed/filtered arguments in TEST_CONFIGS.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 19 Sep 2020 01:08:49 +0000 (18:08 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 23 Sep 2020 20:34:55 +0000 (22:34 +0200)
CMakeLists.txt

index ca58b4a27ed10f6f1af607ec3ba2cd795fe29ab8..989fdf28fcb74525ce3f10d2667cacbda1b91803 100644 (file)
@@ -1135,10 +1135,10 @@ if(ZLIB_ENABLE_TESTS)
         -0      # No compression
         -1      # Deflate quick
         -4      # Deflate medium (lazy matches)
-        "-5 -F" # Deflate medium (Z_FIXED)
+        "-5;-F" # Deflate medium (Z_FIXED)
         -6      # Deflate medium
         -9      # Deflate slow
-        "-9 -f" # Deflate slow (Z_FILTERED)
+        "-9;-f" # Deflate slow (Z_FILTERED)
     )
 
     file(GLOB_RECURSE TEST_FILE_PATHS