From 31206a5bb8a7cb8d67b3da9a541f910e4e57685a Mon Sep 17 00:00:00 2001 From: herman ten brugge Date: Thu, 7 Sep 2023 20:19:42 +0200 Subject: [PATCH] Fix tests/tests2/Makefile for win32 --- tests/tests2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 49a82e9b..8ce149b2 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -55,8 +55,10 @@ endif # Some tests might need arguments ARGS = +ifneq (-$(CONFIG_WIN32)-,-yes-) 22_floating_point.test: FLAGS += -lm 24_math_library.test: FLAGS += -lm +endif 31_args.test : ARGS = arg1 arg2 arg3 arg4 arg5 46_grep.test : ARGS = '[^* ]*[:a:d: ]+\:\*-/: $$' $(SRC)/46_grep.c