]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove test-longmatch from test target and only run it once 535/head
authorNick Terrell <terrelln@fb.com>
Wed, 8 Feb 2017 20:00:21 +0000 (12:00 -0800)
committerNick Terrell <terrelln@fb.com>
Wed, 8 Feb 2017 20:00:21 +0000 (12:00 -0800)
.travis.yml
tests/Makefile

index 90306dab1497c4f09678667e1d20965145199bac..885e4517acceacd75c90167e16856abc0722083a 100644 (file)
@@ -33,7 +33,7 @@ matrix:
 
 
     # Standard Ubuntu 12.04 LTS Server Edition 64 bit
-    - env: Ubu=12.04 Cmd="make -C programs zstd-small zstd-decompress zstd-compress && make -C programs clean && make -C tests versionsTest"
+    - env: Ubu=12.04 Cmd="make -C programs zstd-small zstd-decompress zstd-compress && make -C programs clean && make -C tests versionsTest test-longmatch"
       os: linux
       sudo: required
 
index f49d230188aaa92a1d65f394e28c332bd6540542..452f080ea455003b1ac9ec6f4dd7d5fb84b163e2 100644 (file)
@@ -225,7 +225,7 @@ zstd-playTests: datagen
        file $(ZSTD)
        ZSTD="$(QEMU_SYS) $(ZSTD)" ./playTests.sh $(ZSTDRTTEST)
 
-test: test-zstd test-fullbench test-fuzzer test-zstream test-longmatch test-invalidDictionaries test-pool
+test: test-zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries test-pool
 
 test32: test-zstd32 test-fullbench32 test-fuzzer32 test-zstream32