mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
Small fixes
The testcases 22_floating_point and 24_math_library did not work with make tcov-test Add -lm for these in tests/tests2/Makefile gcc -fanalyzer complains about tcc_malloc and tcc_realloc because malloc(0) and realloc(ptr, 0) is not tested correctly.
This commit is contained in:
@@ -55,6 +55,8 @@ endif
|
||||
|
||||
# Some tests might need arguments
|
||||
ARGS =
|
||||
22_floating_point.test: FLAGS += -lm
|
||||
24_math_library.test: FLAGS += -lm
|
||||
31_args.test : ARGS = arg1 arg2 arg3 arg4 arg5
|
||||
46_grep.test : ARGS = '[^* ]*[:a:d: ]+\:\*-/: $$' $(SRC)/46_grep.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user