Home
last modified time | relevance | path

Searched refs:zstreamtest (Results 1 – 6 of 6) sorted by relevance

/external/zstd/build/cmake/tests/
DCMakeLists.txt76 # zstreamtest
78 …xecutable(zstreamtest ${PROGRAMS_DIR}/datagen.c ${PROGRAMS_DIR}/util.c ${PROGRAMS_DIR}/timefn.c ${… target
79 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)
/external/zstd/tests/
DMakefile85 all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus roundTripCrash poolTests
97 dll: fuzzer-dll zstreamtest-dll
173 ZSTREAM_LOCAL_FILES := $(PRGDIR)/datagen.c $(PRGDIR)/util.c $(PRGDIR)/timefn.c seqgen.c zstreamtest
177 zstreamtest zstreamtest32 : CPPFLAGS += $(MULTITHREAD_CPP) target
178 zstreamtest zstreamtest32 : LDFLAGS += $(MULTITHREAD_LD) target
179 zstreamtest : $(ZSTDMT_OBJECTS) $(ZSTREAM_PROPER_FILES) target
181 zstreamtest zstreamtest32 : target
193 zstreamtest-dll : $(ZSTDDIR)/common/xxhash.c # xxh symbols not exposed from dll
194 zstreamtest-dll : $(ZSTREAM_LOCAL_FILES)
245 fuzzer-dll$(EXT) zstreamtest-dll$(EXT) zbufftest-dll$(EXT) \
[all …]
D.gitignore11 zstreamtest
15 zstreamtest-dll
DREADME.md12 - `zstreamtest` : Fuzzer test tool for zstd streaming API
/external/zstd/build/meson/tests/
Dmeson.build67 join_paths(zstd_rootdir, 'tests/zstreamtest.c')]
68 zstreamtest = executable('zstreamtest', variable
186 zstreamtest,
190 zstreamtest,
194 zstreamtest,
/external/zstd/
DTESTING.md23 - Fuzzer tests: `tests/fuzzer.c`, `tests/zstreamtest.c`, and `tests/decodecorpus.c`
24 - `tests/zstreamtest.c` under Tsan (streaming mode, including multithreaded mode)