From: Yann Collet Date: Fri, 18 Oct 2019 22:37:07 +0000 (-0700) Subject: validated 'make test' for mingw environment X-Git-Tag: v1.4.4~1^2~23^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ad75bb574de8fbd857d220a56960e2e25b3d611;p=thirdparty%2Fzstd.git validated 'make test' for mingw environment --- diff --git a/tests/Makefile b/tests/Makefile index 04d0b1859..161c823ed 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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