summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-08-25 01:30:00 (GMT)
committerYann Collet <cyan@fb.com>2017-08-25 01:30:00 (GMT)
commit2ed36124778adfc5abd43e875c45fc310a52ee5d (patch)
treee698621c2f3fcfe46512fceede7173ec1ba5b38a /tests
parentc04655bebf0990bc3c14e1cda122b992733b293d (diff)
downloadlz4-2ed36124778adfc5abd43e875c45fc310a52ee5d.zip
lz4-2ed36124778adfc5abd43e875c45fc310a52ee5d.tar.gz
lz4-2ed36124778adfc5abd43e875c45fc310a52ee5d.tar.bz2
removed test-fasttest
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 bc13295..e870fcf 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -296,7 +296,7 @@ test-lz4: lz4 datagen test-lz4-basic test-lz4-opt-parser test-lz4-multiple \
@$(RM) tmp*
test-lz4c: lz4c datagen
- @echo "\n ---- test lz4c version ----"
+ @echo "\n ---- test lz4c variant ----"
./datagen -g256MB | $(LZ4)c -l -v | $(LZ4)c -t
test-lz4c32: CFLAGS+=-m32