My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c14cc77
)
coverage: build coverage-untested-functions by default
author
Thomas Rast
<trast@inf.ethz.ch>
Mon, 13 May 2013 21:27:28 +0000
(23:27 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 13 May 2013 22:25:25 +0000
(15:25 -0700)
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>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
153d24d
..
6f9d1c7
100644
(file)
--- 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: