From: Yann Collet Date: Sun, 14 Jan 2018 06:00:05 +0000 (-0800) Subject: tests/Makefile : fixed target allnothread X-Git-Tag: v1.3.4~1^2~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99a0a8bbd2c2faa7f90dd755f4523f669086cb99;p=thirdparty%2Fzstd.git tests/Makefile : fixed target allnothread ensures MT is disabled --- diff --git a/tests/Makefile b/tests/Makefile index 852ea7379..4acc7962f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -82,6 +82,8 @@ all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus roundTripCrash all32: fullbench32 fuzzer32 zstreamtest32 +allnothread: MULTITHREAD_CPP= +allnothread: MULTITHREAD_LD= allnothread: fullbench fuzzer paramgrill datagen decodecorpus dll: fuzzer-dll zstreamtest-dll