playTests.sh joined with playTestsMSYS.sh

This commit is contained in:
inikep
2016-05-25 10:50:28 +02:00
parent 460a4ee6d4
commit 5d589562fe
4 changed files with 71 additions and 251 deletions
+3 -5
View File
@@ -155,9 +155,6 @@ clean:
#------------------------------------------------------------------------
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
HOST_OS = POSIX
zstd-playTests: datagen
ZSTD=$(ZSTD) ./tests/playTests.sh $(ZSTDRTTEST)
install: zstd
@echo Installing binaries
@install -d -m 755 $(DESTDIR)$(BINDIR)/ $(DESTDIR)$(MANDIR)/
@@ -199,8 +196,6 @@ endif
ifneq (,$(filter MSYS%,$(shell uname)))
HOST_OS = MSYS
zstd-playTests: datagen
ZSTD=$(ZSTD) ./tests/playTestsMSYS.sh $(ZSTDRTTEST)
endif
@@ -208,6 +203,9 @@ endif
#make tests validated only for MSYS, Linux, OSX, kFreeBSD and Hurd targets
#------------------------------------------------------------------------
ifneq (,$(filter $(HOST_OS),MSYS POSIX))
zstd-playTests: datagen
ZSTD=$(ZSTD) ./tests/playTests.sh $(ZSTDRTTEST)
test: test-zstd test-fullbench test-fuzzer test-zbuff
test32: test-zstd32 test-fullbench32 test-fuzzer32 test-zbuff32