summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-08-12 00:58:46 (GMT)
committerYann Collet <cyan@fb.com>2017-08-12 00:58:46 (GMT)
commit930a6921103c3ae4e62c99f86fd5329ef957900f (patch)
treef94f33e901d7eb56699d44bdfb91a08157aa8b50 /tests
parent77f99d2922a82bd3187dd7086a8b9dee06bbaed6 (diff)
downloadlz4-930a6921103c3ae4e62c99f86fd5329ef957900f.zip
lz4-930a6921103c3ae4e62c99f86fd5329ef957900f.tar.gz
lz4-930a6921103c3ae4e62c99f86fd5329ef957900f.tar.bz2
cli : restored command -BX to enable block checksum (#322)
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 5d2532f..f00778f 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -263,6 +263,7 @@ test-lz4-basic: lz4 datagen unlz4 lz4cat
$(LZ4) -f tmp
cat tmp >> tmp.lz4
$(LZ4) -f tmp.lz4 # uncompress valid frame followed by invalid data
+ $(LZ4) -BX tmp -c -q | $(LZ4) -tv # test block checksum
@$(RM) tmp*
test-lz4-hugefile: lz4 datagen