summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index e6779d9..56c299b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -230,9 +230,12 @@ test-lz4-hugefile: lz4 datagen
@$(RM) tmp*
test-lz4-testmode: lz4 datagen
- @echo "\n ---- test and pass-through ----"
+ @echo "\n ---- bench mode ----"
+ $(PRGDIR)/lz4 -bi1
+ @echo "\n ---- test mode ----"
./datagen | $(PRGDIR)/lz4 -t && false || true
./datagen | $(PRGDIR)/lz4 -tf && false || true
+ @echo "\n ---- pass-through mode ----"
./datagen | $(PRGDIR)/lz4 -d > $(VOID) && false || true
./datagen | $(PRGDIR)/lz4 -df > $(VOID)
@echo "Hello World !" > tmp1