Lines Matching refs:zstd

91 zstd:  target
97 zstd-nolegacy:
101 $(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS+="$(DEBUGFLAGS)"
103 .PHONY: zstd-dll
104 zstd-dll :
107 .PHONY: zstd-staticLib
108 zstd-staticLib :
139 fullbench-lib : zstd-staticLib
144 fullbench-dll : zstd-dll
158 fuzzer-dll : zstd-dll
173 zbufftest-dll : zstd-dll
199 zstreamtest-dll : zstd-dll
228 symbols : symbols.c zstd-dll
241 $(PYTHON) test-zstd-versions.py
243 checkTag: checkTag.c $(ZSTDDIR)/zstd.h
250 $(PRGDIR)/zstd$(EXT) $(PRGDIR)/zstd32$(EXT) \
269 valgrindTest: zstd datagen fuzzer fullbench
272 …$(VALGRIND) $(PRGDIR)/zstd ; if [ $$? -eq 0 ] ; then echo "zstd without argument should have faile…
273 ./datagen -g80 | $(VALGRIND) $(PRGDIR)/zstd - -c > $(VOID)
274 ./datagen -g16KB | $(VALGRIND) $(PRGDIR)/zstd -vf - -c > $(VOID)
275 ./datagen -g2930KB | $(VALGRIND) $(PRGDIR)/zstd -5 -vf - -o tmp
276 $(VALGRIND) $(PRGDIR)/zstd -vdf tmp -c > $(VOID)
277 ./datagen -g64MB | $(VALGRIND) $(PRGDIR)/zstd -vf - -c > $(VOID)
304 .PHONY: zstd-playTests
305 zstd-playTests: datagen
311 shortest: test-zstd
317 test: test-zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries test-legacy test-d…
326 test-zstd: ZSTD = $(PRGDIR)/zstd
327 test-zstd: zstd zstd-playTests
330 test-zstd32: zstd32 zstd-playTests
332 test-zstd-nolegacy: ZSTD = $(PRGDIR)/zstd-nolegacy
333 test-zstd-nolegacy: zstd-nolegacy zstd-playTests
336 $(PRGDIR)/zstd -f README.md test-zstd-speed.py
337 gzip -f README.md test-zstd-speed.py
338 cat README.md.zst test-zstd-speed.py.gz >zstd_gz.zst
339 cat README.md.gz test-zstd-speed.py.zst >gz_zstd.gz
340 $(PRGDIR)/zstd -df README.md.gz -o README2.md
341 $(PRGDIR)/zstd -df README.md.gz test-zstd-speed.py.gz
342 $(PRGDIR)/zstd -df zstd_gz.zst gz_zstd.gz
344 echo Hello World ZSTD | $(PRGDIR)/zstd -c - >hello.zst
348 $(PRGDIR)/zstd -dcf hello.*
349 $(PRGDIR)/zstd -dcf - <hello_zst_gz_txt.gz
432 test-lz4: ZSTD = LD_LIBRARY_PATH=/usr/local/lib $(PRGDIR)/zstd
435 test-lz4: zstd decodecorpus datagen
436 [ -f lz4 ] || ln -s $(PRGDIR)/zstd lz4
437 [ -f unlz4 ] || ln -s $(PRGDIR)/zstd unlz4