From db21d383b5db2e63cc0f4fcd0c8792b8d2ccd93f Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 2 Dec 2020 09:13:55 -0800 Subject: [PATCH] fixed fuzzer32 to support multithreading tests though it still fails on test33: `test 33: superblock uncompressible data, too many nocompress superblocks` --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index a4521b60..83ebca93 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -152,7 +152,7 @@ fuzzer : LDFLAGS += $(MULTITHREAD_LD) fuzzer : $(ZSTDMT_OBJECTS) fuzzer fuzzer32 : $(ZDICT_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/datagen.c fuzzer.c -fuzzer32 : CFLAGS += -m32 +fuzzer32 : CFLAGS += -m32 $(MULTITHREAD) fuzzer32 : $(ZSTD_FILES) $(LINK.c) $^ -o $@$(EXT)