1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-08 00:26:33 +02:00

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>
This commit is contained in:
Thomas Rast 2013-05-13 23:27:28 +02:00 committed by Junio C Hamano
parent c14cc77c11
commit 5ce4367d64

View File

@ -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: