Searched refs:zstreamtest (Results 1 – 6 of 6) sorted by relevance
76 # zstreamtest78 …xecutable(zstreamtest ${PROGRAMS_DIR}/datagen.c ${PROGRAMS_DIR}/util.c ${PROGRAMS_DIR}/timefn.c ${… target79 target_link_libraries(zstreamtest libzstd_static)81 …"Semicolon-separated list of flags to pass to the zstreamtest test (see `zstreamtest -h` for usage…82 add_test(NAME zstreamtest COMMAND zstreamtest ${ZSTD_ZSTREAM_FLAGS})101 set_property(TEST fuzzer zstreamtest playTests APPEND PROPERTY LABELS Medium)
85 all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus roundTripCrash poolTests97 dll: fuzzer-dll zstreamtest-dll173 ZSTREAM_LOCAL_FILES := $(PRGDIR)/datagen.c $(PRGDIR)/util.c $(PRGDIR)/timefn.c seqgen.c zstreamtest…177 zstreamtest zstreamtest32 : CPPFLAGS += $(MULTITHREAD_CPP) target178 zstreamtest zstreamtest32 : LDFLAGS += $(MULTITHREAD_LD) target179 zstreamtest : $(ZSTDMT_OBJECTS) $(ZSTREAM_PROPER_FILES) target181 zstreamtest zstreamtest32 : target193 zstreamtest-dll : $(ZSTDDIR)/common/xxhash.c # xxh symbols not exposed from dll194 zstreamtest-dll : $(ZSTREAM_LOCAL_FILES)245 fuzzer-dll$(EXT) zstreamtest-dll$(EXT) zbufftest-dll$(EXT) \[all …]
11 zstreamtest15 zstreamtest-dll
12 - `zstreamtest` : Fuzzer test tool for zstd streaming API
67 join_paths(zstd_rootdir, 'tests/zstreamtest.c')]68 zstreamtest = executable('zstreamtest', variable186 zstreamtest,190 zstreamtest,194 zstreamtest,
23 - Fuzzer tests: `tests/fuzzer.c`, `tests/zstreamtest.c`, and `tests/decodecorpus.c`24 - `tests/zstreamtest.c` under Tsan (streaming mode, including multithreaded mode)