summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk5
1 files changed, 5 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