From ed0243a63c0057383ed71b3a91aacfd918ffaa77 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 7 Jul 2017 16:16:14 -0700 Subject: [PATCH] removed zbufftest from list of `all` tests --- tests/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 82f12887..345e0e8e 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) $@