Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
coverage: set DEFAULT_TEST_TARGET to avoid using prove
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 99e4d0976e46ee61aadc24dbc38cfc555b4304ea..153d24dc3910564f2e422228ffb56138edc2cf7e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2551,7
+2551,7
@@
coverage-compile:
coverage-test: coverage-clean-results coverage-compile
$(MAKE) CFLAGS="$(COVERAGE_CFLAGS)" LDFLAGS="$(COVERAGE_LDFLAGS)" \
- -j1 test
+
DEFAULT_TEST_TARGET=test
-j1 test
coverage-report:
$(QUIET_GCOV)for dir in $(object_dirs); do \