]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: add a prerequisite to the coverage-report target
authorElia Pinto <gitter.spiros@gmail.com>
Thu, 14 Apr 2022 02:25:13 +0000 (02:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Apr 2022 05:16:36 +0000 (22:16 -0700)
commit96ddfecc5b9cd8d8b7b6316ed2523a489e879682
treea24f9eba12607e1e400a372c401d6db90136df57
parentd516b2db0af2221bd6b13e7347abdcb5830b2829
Makefile: add a prerequisite to the coverage-report target

Directly invoking make coverage-report as a target results in an error because
its prerequisites are missing,

This patch adds the compile-test prerequisite, which is run only once each time
the compile-report target is invoked. In practice, the developer may decide to
review the coverage-report results without necessarily rerunning for this
coverage-test, if it has already been run.

Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile