summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-01-29 00:51:28 (GMT)
committerYann Collet <cyan@fb.com>2022-01-29 00:51:28 (GMT)
commite4f5a34d1613b3cce97124539c3a8b6b2ed42310 (patch)
tree9c3edb036664c78c426081f28a10cf5c4914fb0d /tests
parent5cc311893f1c94fe37e4151170d5a810c51c3330 (diff)
downloadlz4-e4f5a34d1613b3cce97124539c3a8b6b2ed42310.zip
lz4-e4f5a34d1613b3cce97124539c3a8b6b2ed42310.tar.gz
lz4-e4f5a34d1613b3cce97124539c3a8b6b2ed42310.tar.bz2
fixed bug in optimal parser
discovered by @yoniko.
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 00f6f3b..b7490b8 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -448,6 +448,7 @@ test-lz4-opt-parser: lz4 datagen
$(DATAGEN) -g256K | $(LZ4) -12B4D | $(LZ4) -t
$(DATAGEN) -g512K -P25 | $(LZ4) -12BD | $(LZ4) -t
$(DATAGEN) -g1M | $(LZ4) -12B5 | $(LZ4) -t
+ $(DATAGEN) -g1M -s2 | $(LZ4) -12B4D | $(LZ4) -t
$(DATAGEN) -g2M -P99 | $(LZ4) -11B4D | $(LZ4) -t
$(DATAGEN) -g4M | $(LZ4) -11vq | $(LZ4) -qt
$(DATAGEN) -g8M | $(LZ4) -11B4 | $(LZ4) -t