Skip to content

Commit baa8056

Browse files
committed
Added coverage analysis flag to Makefile.
1 parent 7433e58 commit baa8056

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ run-tests:
77
-I support \
88
-I lib \
99
--serial \
10+
$(TESTFLAGS) \
1011
$(TESTS)
1112

1213
test:
1314
@$(MAKE) TESTS="$(ALL_TESTS)" run-tests
1415

16+
test-cov:
17+
@TESTFLAGS=--cov $(MAKE) test
18+
1519
.PHONY: test

0 commit comments

Comments
 (0)