summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-07-01 09:21:44 (GMT)
committerYann Collet <cyan@fb.com>2022-07-01 09:21:44 (GMT)
commit149644df49ba112daeff85f0bed229253516cc8c (patch)
treea0391ed1009029bffed10d3b22a501bd21328ded /tests/Makefile
parentfcbf585598da6af5878693a58fa460b772e8cc61 (diff)
downloadlz4-149644df49ba112daeff85f0bed229253516cc8c.zip
lz4-149644df49ba112daeff85f0bed229253516cc8c.tar.gz
lz4-149644df49ba112daeff85f0bed229253516cc8c.tar.bz2
fixed -tm
which was broken up to now.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 059fcda..952defd 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -290,6 +290,11 @@ test-lz4-multiple: lz4 datagen
$(CMP) tmp-tlm-concat1 tmp-tlm-concat2 # must be equivalent
# compress multiple files, one of which is absent (must fail)
! $(LZ4) -f -m tmp-tlm-concat1 notHere tmp-tlm-concat2 # must fail : notHere not present
+ # test lz4-compressed file
+ $(LZ4) -tm tmp-tlm-concat1.lz4
+ $(LZ4) -tm tmp-tlm-concat1.lz4 tmp-tlm-concat2.lz4
+ # compress multiple lz4 files, one of which is absent (must fail)
+ ! $(LZ4) -tm tmp-tlm-concat1.lz4 notHere.lz4 tmp-tlm-concat2.lz4
@$(RM) tmp-tlm*
test-lz4-multiple-legacy: lz4 datagen