From: Nick Terrell Date: Wed, 8 Feb 2017 20:00:21 +0000 (-0800) Subject: Remove test-longmatch from test target and only run it once X-Git-Tag: v1.1.4~1^2~76^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F535%2Fhead;p=thirdparty%2Fzstd.git Remove test-longmatch from test target and only run it once --- diff --git a/.travis.yml b/.travis.yml index 90306dab1..885e4517a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tests/Makefile b/tests/Makefile index f49d23018..452f080ea 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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