Added PowerPC tests with Qemu user more

Shortened tests for emulated platforms
removed date from CLI for reproducibility
This commit is contained in:
Yann Collet
2016-02-08 01:27:59 +01:00
parent 648959a9ed
commit 521b0108dd
4 changed files with 30 additions and 8 deletions
+2 -1
View File
@@ -76,6 +76,7 @@ endif
ZBUFFTEST = -T2mn
FUZZERTEST= -T5mn
ZSTDRTTEST= --test-large-data
.PHONY: default all clean install uninstall test test32 test-all
@@ -179,7 +180,7 @@ test32: test-zstd32 test-fullbench32 test-fuzzer32 test-zbuff32
test-all: test test32 valgrindTest
zstd-playTests: datagen
ZSTD=$(ZSTD) ./playTests.sh --test-large-data
ZSTD=$(ZSTD) ./playTests.sh $(ZSTDRTTEST)
test-zstd: ZSTD = ./zstd
test-zstd: zstd zstd-playTests