1
0
Fork 0

Allow make tcov-test on bsd targets

This commit is contained in:
herman ten brugge 2023-11-08 19:45:29 +01:00
parent 2c1c20a48c
commit be8cded098
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ tcov-tes% : tcc_c$(EXESUF)
@rm -f $<.tcov
@$(MAKE) --no-print-directory TCC_LOCAL=$(CURDIR)/$< tes$*
tcc_c$(EXESUF): $($T_FILES)
$S$(TCC) tcc.c -o $@ -ftest-coverage $(DEFINES)
$S$(TCC) tcc.c -o $@ -ftest-coverage $(DEFINES) $(LIBS)
clean:
@rm -f tcc$(EXESUF) tcc_c$(EXESUF) tcc_p$(EXESUF) *-tcc$(EXESUF)