From: Nathan Moinvaziri Date: Sat, 19 Sep 2020 01:08:49 +0000 (-0700) Subject: Fixed passing fixed/filtered arguments in TEST_CONFIGS. X-Git-Tag: 1.9.9-b1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d335f68f5fa587674d771d109532bc37bd7f244;p=thirdparty%2Fzlib-ng.git Fixed passing fixed/filtered arguments in TEST_CONFIGS. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ca58b4a27..989fdf28f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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