Skip to content

Commit

Permalink
Added coverage analysis flag to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jun 11, 2011
1 parent 7433e58 commit baa8056
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ run-tests:
-I support \
-I lib \
--serial \
$(TESTFLAGS) \
$(TESTS)

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

test-cov:
@TESTFLAGS=--cov $(MAKE) test

.PHONY: test

0 comments on commit baa8056

Please sign in to comment.