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:
parent
1736de4c73
commit
a41b72458d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user