Home | History | Annotate | Download | only in tests

Lines Matching refs:lz4

442 test-lz4: ZSTD = LD_LIBRARY_PATH=/usr/local/lib $(PRGDIR)/zstd
443 test-lz4: ZSTD_LZ4 = LD_LIBRARY_PATH=/usr/local/lib ./lz4
444 test-lz4: ZSTD_UNLZ4 = LD_LIBRARY_PATH=/usr/local/lib ./unlz4
445 test-lz4: zstd decodecorpus datagen
446 [ -f lz4 ] || ln -s $(PRGDIR)/zstd lz4
450 # lz4 -> zstd
451 lz4 < tmp | \
454 lz4 < tmp | \
457 # zstd -> lz4
458 $(ZSTD) --format=lz4 < tmp | \
459 lz4 -d | \
462 lz4 -d | \
465 $(ZSTD) --format=lz4 < tmp | \
473 ./datagen -g384KB | $(ZSTD) --format=lz4 | $(ZSTD) -d > /dev/null
475 rm tmp lz4 unlz4