From: Przemyslaw Skibinski Date: Wed, 8 Feb 2017 12:58:04 +0000 (+0100) Subject: turn off test-pool for qemu-ppc64-static X-Git-Tag: v1.1.4~1^2~65^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b4f8c2d71ddd22df117b1330495acaa1100d95d;p=thirdparty%2Fzstd.git turn off test-pool for qemu-ppc64-static --- diff --git a/tests/Makefile b/tests/Makefile index f49d23018..07069d3ac 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -225,7 +225,10 @@ 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-longmatch test-invalidDictionaries +ifneq ($(QEMU_SYS),qemu-ppc64-static) +test: test-pool +endif test32: test-zstd32 test-fullbench32 test-fuzzer32 test-zstream32