1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r21580: Add generic target for test coverage data.

This commit is contained in:
Jelmer Vernooij 2007-02-28 02:06:17 +00:00 committed by Gerald (Jerry) Carter
parent 1736de4c73
commit a41b72458d
2 changed files with 7 additions and 0 deletions

View File

@ -194,6 +194,11 @@ ctags:
pidl/Makefile: pidl/Makefile.PL
cd pidl && $(PERL) Makefile.PL
testcov-html:: pidl-testcov
pidl-testcov: pidl/Makefile
cd pidl && cover -test
installpidl: pidl/Makefile
$(MAKE) -C pidl install

View File

@ -365,3 +365,5 @@ lcov: test_cov
rm heimdal/lib/*/{lex,parse}.{gcda,gcno}
lcov --base-directory `pwd` --directory . --capture --output-file samba.info
genhtml -o coverage samba.info
testcov-html:: lcov