summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-11-14 06:16:39 (GMT)
committerYann Collet <cyan@fb.com>2020-11-14 06:16:39 (GMT)
commit772a312b00ad7b47967e0c4d62e742a86d8bd2cb (patch)
tree303a892ed0bed829f01e38b053f169a39354874e /tests
parent8af38013e0161e829f463a73f340a4da7a8b2a5d (diff)
downloadlz4-772a312b00ad7b47967e0c4d62e742a86d8bd2cb.zip
lz4-772a312b00ad7b47967e0c4d62e742a86d8bd2cb.tar.gz
lz4-772a312b00ad7b47967e0c4d62e742a86d8bd2cb.tar.bz2
LZ4IO_createDict() doesn't need prefs
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 476849e..6eee132 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -420,7 +420,7 @@ test-lz4-hugefile: lz4 datagen
test-lz4-testmode: lz4 datagen
@echo "\n ---- bench mode ----"
- $(LZ4) -bi1
+ $(LZ4) -bi0
@echo "\n ---- test mode ----"
! $(DATAGEN) | $(LZ4) -t
! $(DATAGEN) | $(LZ4) -tf