mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Don't run test-pool with QEMU
> make test -n
...
./pool
> make test -n QEMU_SYS=valgrind
...
./legacy
# ./pool not run
This commit is contained in:
parent
ecf90ca24b
commit
74b81ada25
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ zstd-playTests: datagen
|
|||
ZSTD="$(QEMU_SYS) $(ZSTD)" ./playTests.sh $(ZSTDRTTEST)
|
||||
|
||||
test: test-zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries test-legacy
|
||||
ifneq ($(QEMU_SYS),qemu-ppc64-static)
|
||||
ifeq ($(QEMU_SYS),)
|
||||
test: test-pool
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue