fixed fuzzer32 to support multithreading tests
though it still fails on test33: `test 33: superblock uncompressible data, too many nocompress superblocks`
This commit is contained in:
parent
f69d8c027d
commit
db21d383b5
@ -152,7 +152,7 @@ fuzzer : LDFLAGS += $(MULTITHREAD_LD)
|
|||||||
fuzzer : $(ZSTDMT_OBJECTS)
|
fuzzer : $(ZSTDMT_OBJECTS)
|
||||||
fuzzer fuzzer32 : $(ZDICT_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/datagen.c fuzzer.c
|
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)
|
fuzzer32 : $(ZSTD_FILES)
|
||||||
$(LINK.c) $^ -o $@$(EXT)
|
$(LINK.c) $^ -o $@$(EXT)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user