removed test-fasttest
authorYann Collet <cyan@fb.com>
Fri, 25 Aug 2017 01:30:00 +0000 (18:30 -0700)
committerYann Collet <cyan@fb.com>
Fri, 25 Aug 2017 01:30:00 +0000 (18:30 -0700)
.travis.yml
tests/Makefile

index dc61505..2724e92 100644 (file)
@@ -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
index bc13295..e870fcf 100644 (file)
@@ -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