From ad2ae34ef54ee5852b06bcf6b135f363ab52743d Mon Sep 17 00:00:00 2001 From: Kevin Murray Date: Tue, 1 Dec 2015 14:40:58 +1100 Subject: [PATCH] Skip long-running tests Gbp-Pq: Name 0001-Skip-long-running-tests.patch --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index d7d2502..e0f82ad 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -183,11 +183,11 @@ zstd-playTests: datagen file $(ZSTD) ZSTD="$(QEMU_SYS) $(ZSTD)" ./playTests.sh $(ZSTDRTTEST) -test: test-zstd test-fullbench test-fuzzer test-zstream test-longmatch +test: test-zstd test-zstream test32: test-zstd32 test-fullbench32 test-fuzzer32 test-zstream32 -test-all: test test32 valgrindTest +test-all: test test-zstd: ZSTD = $(PRGDIR)/zstd test-zstd: zstd zstd-playTests -- 2.30.2