summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Rast <trast@inf.ethz.ch>2013-05-13 23:27:28 +0200
committerJunio C Hamano <gitster@pobox.com>2013-05-13 15:25:25 -0700
commit5ce4367d644060821a264e00f7e2e98e35dd2d59 (patch)
tree453749c36b35becbd182ebcdb1ed0abcc9b31a91
parentc14cc77c1126c04b35ce0ea16989af50af6cebc1 (diff)
downloadgit-5ce4367d644060821a264e00f7e2e98e35dd2d59.tar.gz
coverage: build coverage-untested-functions by default
Change the 'coverage' target to build coverage-untested-functions by default, so as to make it more discoverable. Signed-off-by: Thomas Rast <trast@inf.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 153d24dc39..6f9d1c7c0f 100644
--- a/Makefile
+++ b/Makefile
@@ -2529,7 +2529,7 @@ check-builtins::
coverage:
$(MAKE) coverage-test
- $(MAKE) coverage-report
+ $(MAKE) coverage-untested-functions
object_dirs := $(sort $(dir $(OBJECTS)))
coverage-clean-results: