From: Yann Collet Date: Fri, 7 Jul 2017 23:16:14 +0000 (-0700) Subject: removed zbufftest from list of `all` tests X-Git-Tag: v1.3.1^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed0243a63c0057383ed71b3a91aacfd918ffaa77;p=thirdparty%2Fzstd.git removed zbufftest from list of `all` tests --- diff --git a/tests/Makefile b/tests/Makefile index 82f12887b..345e0e8eb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -73,13 +73,13 @@ DECODECORPUS_TESTTIME ?= -T30 default: fullbench -all: fullbench fuzzer zstreamtest paramgrill datagen zbufftest decodecorpus +all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus -all32: fullbench32 fuzzer32 zstreamtest32 zbufftest32 +all32: fullbench32 fuzzer32 zstreamtest32 -allnothread: fullbench fuzzer paramgrill datagen zbufftest decodecorpus +allnothread: fullbench fuzzer paramgrill datagen decodecorpus -dll: fuzzer-dll zstreamtest-dll zbufftest-dll +dll: fuzzer-dll zstreamtest-dll zstd: $(MAKE) -C $(PRGDIR) $@