mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-19 11:24:19 +08:00
Fix tests/tests2/Makefile for win32
This commit is contained in:
parent
9bb9a04b5f
commit
31206a5bb8
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user