summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-04-22 21:01:19 (GMT)
committerYann Collet <cyan@fb.com>2019-04-22 21:01:19 (GMT)
commit0d4c885abb793b3bdb7ad6c815671e5847b53e6e (patch)
tree037697915b9eeae5cc86e18fd4a153164da49bee /tests
parentae5cea9112479df58d226f79ae34c07bc636a04d (diff)
downloadlz4-0d4c885abb793b3bdb7ad6c815671e5847b53e6e.zip
lz4-0d4c885abb793b3bdb7ad6c815671e5847b53e6e.tar.gz
lz4-0d4c885abb793b3bdb7ad6c815671e5847b53e6e.tar.bz2
refactored --list function
better handling of special conditions, better scoping of variables. Also : updated man page
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index ddc6d1e..003e8bd 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -305,6 +305,7 @@ test-lz4-basic: lz4 datagen unlz4 lz4cat
test ! -f ./-z
$(DIFF) -q tmp-tlb-hw tmp-tlb4
$(LZ4) -f tmp-tlb-hw
+ $(LZ4) --list tmp-tlb-hw.lz4 # test --list on valid single-frame file
cat tmp-tlb-hw >> tmp-tlb-hw.lz4
$(LZ4) -f tmp-tlb-hw.lz4 # uncompress valid frame followed by invalid data
$(LZ4) -BX tmp-tlb-hw -c -q | $(LZ4) -tv # test block checksum