Lines Matching refs:lz4

55 LZ4 := $(PRGDIR)/lz4$(EXT)
71 lz4: target
77 lz4c unlz4 lz4cat: lz4
87 fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c
100 fuzzer : lz4.o lz4hc.o xxhash.o fuzzer.c
103 frametest: lz4frame.o lz4.o lz4hc.o xxhash.o frametest.c
106 roundTripTest : lz4.o lz4hc.o xxhash.o roundTripTest.c
127 $(PYTHON) test-lz4-versions.py
129 checkTag: checkTag.c $(LZ4DIR)/lz4.h
151 test: test-lz4 test-lz4c test-frametest test-fullbench test-fuzzer test-install
156 test-install: lz4 lib liblz4.pc
159 test-lz4-sparse: lz4 datagen
191 test-lz4-contentSize: lz4 datagen
199 test-lz4-frame-concatenation: lz4 datagen
204 @$(LZ4) -zq tmp-lfc-empty > tmp-lfc-empty.lz4
205 @$(LZ4) -zq tmp-lfc-nonempty > tmp-lfc-nonempty.lz4
206 cat tmp-lfc-nonempty.lz4 tmp-lfc-empty.lz4 tmp-lfc-nonempty.lz4 > tmp-lfc-concat.lz4
207 $(LZ4) -d tmp-lfc-concat.lz4 > tmp-lfc-result
212 test-lz4-multiple: lz4 datagen
220 $(LZ4) -df -m tmp-tlm*.lz4
225 test-lz4-basic: lz4 datagen unlz4 lz4cat
240 $(LZ4) --rm -f tmp-tlb-hw tmp-tlb-hw.lz4
242 test -f tmp-tlb-hw.lz4
243 $(PRGDIR)/lz4cat tmp-tlb-hw.lz4 # must display hello world
244 test -f tmp-tlb-hw.lz4
245 $(PRGDIR)/unlz4 --rm tmp-tlb-hw.lz4 tmp-tlb-hw
247 test ! -f tmp-tlb-hw.lz4 # must fail (--rm)
248 test ! -f tmp-tlb-hw.lz4.lz4 # must fail (unlz4)
251 test ! -f tmp-tlb-hw.lz4 # must fail (lz4cat)
252 $(LZ4) tmp-tlb-hw tmp-tlb-hw.lz4 # creates tmp-tlb-hw.lz4
253 $(PRGDIR)/lz4cat < tmp-tlb-hw.lz4 > tmp-tlb3 # checks lz4cat works with stdin (#285)
258 $(LZ4) --rm -- -d -d.lz4 # compresses ./d into ./-d.lz4
259 test -f ./-d.lz4
261 mv ./-d.lz4 ./-z
266 cat tmp-tlb-hw >> tmp-tlb-hw.lz4
267 $(LZ4) -f tmp-tlb-hw.lz4 # uncompress valid frame followed by invalid data
280 test-lz4-dict: lz4 datagen
305 test-lz4-hugefile: lz4 datagen
317 test-lz4-testmode: lz4 datagen
336 test-lz4-opt-parser: lz4 datagen
349 test-lz4-essentials : lz4 datagen test-lz4-basic test-lz4-multiple \
350 test-lz4-frame-concatenation test-lz4-testmode \
351 test-lz4-contentSize test-lz4-dict
354 test-lz4: lz4 datagen test-lz4-essentials test-lz4-opt-parser \
355 test-lz4-sparse test-lz4-hugefile test-lz4-dict
363 test-lz4c32: test-lz4
365 test-interop-32-64: lz4 lz4c32 datagen
409 test-mem: lz4 datagen fuzzer frametest fullbench