]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
validated 'make test' for mingw environment
authorYann Collet <cyan@fb.com>
Fri, 18 Oct 2019 22:37:07 +0000 (15:37 -0700)
committerYann Collet <cyan@fb.com>
Fri, 18 Oct 2019 22:37:07 +0000 (15:37 -0700)
tests/Makefile

index 04d0b185973e93ccf6ee447c5b2b4a9396dcdded..161c823ed8ec6e1bee9bbe1b6f10f6daa8683783 100644 (file)
@@ -265,7 +265,7 @@ clean:
 
 
 #----------------------------------------------------------------------------------
-#make valgrindTest is validated only for Linux, macOS, BSD, Hurd and Solaris targets
+# valgrind tests are validated only for some posix platforms
 #----------------------------------------------------------------------------------
 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
 HOST_OS = POSIX
@@ -287,7 +287,7 @@ valgrindTest: zstd datagen fuzzer fullbench
 endif
 
 
-ifneq (,$(filter MSYS%,$(shell uname)))
+ifneq (,$(filter MINGW% MSYS%,$(shell uname)))
 HOST_OS = MSYS
 endif