From a41b72458d04a18da0c0c59cef8a2e24f77e8890 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 28 Feb 2007 02:06:17 +0000 Subject: r21580: Add generic target for test coverage data. --- source/main.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/main.mk') 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 -- cgit v1.2.1