Skip to content

Commit 19d3b13

Browse files
committed
fix test flags
1 parent a1b4d9d commit 19d3b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ ifneq (,$(filter $(platform),linux windows))
8888
T_LDFLAGS += -lgcov
8989
endif
9090
T_CFLAGS += -fprofile-arcs -ftest-coverage
91+
T_LDFLAGS += -fprofile-arcs -ftest-coverage
9192
endif
9293

9394
# Windows .def file generation

0 commit comments

Comments
 (0)