summaryrefslogtreecommitdiff
path: root/source/main.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-28 02:06:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:59 -0500
commita41b72458d04a18da0c0c59cef8a2e24f77e8890 (patch)
tree7489422593528bb62ee861f62831e9c5b7ea3ac6 /source/main.mk
parent1736de4c73a82be8357808dc8ec93d3917213449 (diff)
downloadsamba-a41b72458d04a18da0c0c59cef8a2e24f77e8890.tar.gz
r21580: Add generic target for test coverage data.
Diffstat (limited to 'source/main.mk')
-rw-r--r--source/main.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/main.mk b/source/main.mk
index 3c60346cf04..4cfbf8a8fb4 100644
--- a/source/main.mk
+++ b/source/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