mirror of
https://github.com/facebook/zstd.git
synced 2025-11-30 11:21:33 +03:00
turn off test-pool for qemu-ppc64-static
This commit is contained in:
@@ -225,7 +225,10 @@ zstd-playTests: datagen
|
|||||||
file $(ZSTD)
|
file $(ZSTD)
|
||||||
ZSTD="$(QEMU_SYS) $(ZSTD)" ./playTests.sh $(ZSTDRTTEST)
|
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
|
test32: test-zstd32 test-fullbench32 test-fuzzer32 test-zstream32
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user