diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/main.mk | 5 | ||||
-rw-r--r-- | source4/torture/config.mk | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/source4/main.mk b/source4/main.mk index 3c60346cf0..4cfbf8a8fb 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -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 diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 7f40e2bc05..4f8d3b2e7b 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -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 |