diff options
author | Yann Collet <cyan@fb.com> | 2017-08-25 01:30:00 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2017-08-25 01:30:00 (GMT) |
commit | 2ed36124778adfc5abd43e875c45fc310a52ee5d (patch) | |
tree | e698621c2f3fcfe46512fceede7173ec1ba5b38a /tests | |
parent | c04655bebf0990bc3c14e1cda122b992733b293d (diff) | |
download | lz4-2ed36124778adfc5abd43e875c45fc310a52ee5d.zip lz4-2ed36124778adfc5abd43e875c45fc310a52ee5d.tar.gz lz4-2ed36124778adfc5abd43e875c45fc310a52ee5d.tar.bz2 |
removed test-fasttest
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
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 |