summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2020-11-14 16:18:20 (GMT)
committerGitHub <noreply@github.com>2020-11-14 16:18:20 (GMT)
commit26bc4472c3c9aabeffa9eb6e0762acec6cc7a251 (patch)
treeace41cd54362f1b0dcaa9e75ce5ce6df591c4ef8 /tests
parent80751571ae235869dc5b91a5f7f8ec8d6a119ee0 (diff)
parent5fa6417b2e3ecb9d6434c632b39547b58e5ea12f (diff)
downloadlz4-26bc4472c3c9aabeffa9eb6e0762acec6cc7a251.zip
lz4-26bc4472c3c9aabeffa9eb6e0762acec6cc7a251.tar.gz
lz4-26bc4472c3c9aabeffa9eb6e0762acec6cc7a251.tar.bz2
Merge pull request #951 from lz4/lz4io
minor refactor of lz4io
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