Skip to content

Commit 31206a5

Browse files
committed
Fix tests/tests2/Makefile for win32
1 parent 9bb9a04 commit 31206a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tests2/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ endif
5555

5656
# Some tests might need arguments
5757
ARGS =
58+
ifneq (-$(CONFIG_WIN32)-,-yes-)
5859
22_floating_point.test: FLAGS += -lm
5960
24_math_library.test: FLAGS += -lm
61+
endif
6062
31_args.test : ARGS = arg1 arg2 arg3 arg4 arg5
6163
46_grep.test : ARGS = '[^* ]*[:a:d: ]+\:\*-/: $$' $(SRC)/46_grep.c
6264

0 commit comments

Comments
 (0)