diff options
author | Yann Collet <Cyan4973@users.noreply.github.com> | 2019-04-23 00:43:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 00:43:01 (GMT) |
commit | 291b3d8b7e61efc260639c731a3b429419cbc471 (patch) | |
tree | 786ee1fb73fe6ada8a3b7f4ec6a612c771d87b72 /tests/Makefile | |
parent | c4fe7a20476c53f9814ea990300481c2fcaaa94e (diff) | |
parent | 35b83a921f8030ee9b71cbb7324dc7aafaeb9878 (diff) | |
download | lz4-291b3d8b7e61efc260639c731a3b429419cbc471.zip lz4-291b3d8b7e61efc260639c731a3b429419cbc471.tar.gz lz4-291b3d8b7e61efc260639c731a3b429419cbc471.tar.bz2 |
Merge pull request #691 from lz4/list
--list
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index bd42ff8..02c2ab6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -297,6 +297,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 |