summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-04-12 20:27:11 (GMT)
committerYann Collet <cyan@fb.com>2019-04-12 20:27:11 (GMT)
commit20c2a5fc946c2ad4a765c57cb9502ba7a8f87116 (patch)
treeded0579429ae77fae4957551c4748e63f682ed54 /tests
parent352bbdb98ef6d8c5518b6c7ec7b48a40245c3a9c (diff)
downloadlz4-20c2a5fc946c2ad4a765c57cb9502ba7a8f87116.zip
lz4-20c2a5fc946c2ad4a765c57cb9502ba7a8f87116.tar.gz
lz4-20c2a5fc946c2ad4a765c57cb9502ba7a8f87116.tar.bz2
added command -BI for "Independent Blocks"
This is the reverse of `-BD`, and the current default. This command can be useful to reverse a previous `-BD` command. It may in the future be more important if `lz4` switches to generating dependent blocks by default.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 792c22c..8e154f7 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -248,7 +248,7 @@ test-lz4-basic: lz4 datagen unlz4 lz4cat
$(DIFF) -q tmp-tlb-dg20k tmp-tlb-dec
$(LZ4) --no-frame-crc < tmp-tlb-dg20k | $(LZ4) -d > tmp-tlb-dec
$(DIFF) -q tmp-tlb-dg20k tmp-tlb-dec
- ./datagen | $(LZ4) | $(LZ4) -t
+ ./datagen | $(LZ4) -BI | $(LZ4) -t
./datagen -g6M -P99 | $(LZ4) -9BD | $(LZ4) -t
./datagen -g17M | $(LZ4) -9v | $(LZ4) -qt
./datagen -g33M | $(LZ4) --no-frame-crc | $(LZ4) -t