summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2022-01-29 05:26:24 (GMT)
committerGitHub <noreply@github.com>2022-01-29 05:26:24 (GMT)
commit49e4c671c8d17363170f209614c9fc9f594c77a4 (patch)
tree4dbfdcc5b8b0ff3cd90c9482201e4748ff85a011 /tests
parent573fa33d1d2793da996eb6edad820c67439ce6a0 (diff)
parente4f5a34d1613b3cce97124539c3a8b6b2ed42310 (diff)
downloadlz4-49e4c671c8d17363170f209614c9fc9f594c77a4.zip
lz4-49e4c671c8d17363170f209614c9fc9f594c77a4.tar.gz
lz4-49e4c671c8d17363170f209614c9fc9f594c77a4.tar.bz2
Merge pull request #1056 from lz4/fix_opt12
fixed bug in optimal parser
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 d75fabe..b4df3e3 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -449,6 +449,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