From 749dd15ee8247514432dca8f3f75c1134e4d112f Mon Sep 17 00:00:00 2001 From: herman ten brugge Date: Wed, 23 Oct 2019 13:14:41 +0200 Subject: [PATCH] Fix testcase for elf version --- tests/tests2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index c6e62753..a452d840 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -31,6 +31,9 @@ endif ifeq (-$(CONFIG_WIN32)-$(CONFIG_i386)$(CONFIG_arm)-,--yes-) SKIP += 95_bitfields%.test # type_align is different on 32bit-non-windows endif +ifneq (-$(CONFIG_WIN32)$(CONFIG_WIN64)-,--) + SKIP += 106_pthread.test # No pthread support +endif # Some tests might need arguments ARGS = @@ -62,6 +65,7 @@ GEN-ALWAYS = # this test needs pthread 106_pthread.test: FLAGS += -pthread +106_pthread.test: NORUN = true # Filter source directory in warnings/errors (out-of-tree builds) FILTER = 2>&1 | sed 's,$(SRC)/,,g'