diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2010-07-25 19:52:42 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-18 12:42:18 -0700 |
commit | 7432bd5fbde117620e3b47d28e05827a334f42bf (patch) | |
tree | f7b0c3df3fd82f1c6af33caadc2f5ac680adf535 /.gitignore | |
parent | b5eed98104853dfed63e5c9f2a6214df74f7b0a7 (diff) | |
download | git-7432bd5fbde117620e3b47d28e05827a334f42bf.tar.gz |
Makefile: Add cover_db target
Add a target to convert the *.gcov files to a Devel::Cover
database. That database can subsequently be formatted by the cover(1)
tool which is included with Devel::Cover.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 57f79ef5a2..d8bd555569 100644 --- a/.gitignore +++ b/.gitignore @@ -185,6 +185,7 @@ *.gcno *.gcov /coverage-untested-functions +/cover_db/ *+ /config.mak /autom4te.cache |