summaryrefslogtreecommitdiffstats
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
parentc04655bebf0990bc3c14e1cda122b992733b293d (diff)
downloadlz4-2ed36124778adfc5abd43e875c45fc310a52ee5d.zip
lz4-2ed36124778adfc5abd43e875c45fc310a52ee5d.tar.gz
lz4-2ed36124778adfc5abd43e875c45fc310a52ee5d.tar.bz2
removed test-fasttest
-rw-r--r--.travis.yml2
-rw-r--r--tests/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dc61505..2724e92 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ matrix:
# Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
- os: linux
sudo: false
- env: Ubu=12.04cont Cmd='make -C tests test-lz4 test-lz4c test-fasttest test-fullbench' COMPILER=cc
+ env: Ubu=12.04cont Cmd='make -C tests test-lz4 test-lz4c test-fullbench' COMPILER=cc
- os: linux
sudo: false
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