]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
turn off test-pool for qemu-ppc64-static
authorPrzemyslaw Skibinski <inikep@gmail.com>
Wed, 8 Feb 2017 12:58:04 +0000 (13:58 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Wed, 8 Feb 2017 12:58:04 +0000 (13:58 +0100)
tests/Makefile

index f49d230188aaa92a1d65f394e28c332bd6540542..07069d3ace1066e0e1a5d5c3b03988f8bcb77a0f 100644 (file)
@@ -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