diff options
author | Thomas Rast <trast@inf.ethz.ch> | 2013-05-13 23:27:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-13 15:25:25 -0700 |
commit | 5ce4367d644060821a264e00f7e2e98e35dd2d59 (patch) | |
tree | 453749c36b35becbd182ebcdb1ed0abcc9b31a91 /Makefile | |
parent | coverage: set DEFAULT_TEST_TARGET to avoid using prove (diff) | |
download | tgif-5ce4367d644060821a264e00f7e2e98e35dd2d59.tar.xz |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |