X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=da8de6085d0c1fc8611bdd633d77350c9d003bd0;hb=refs%2Fheads%2Foutlook;hp=e92a5f603d8e31a27c6106252e2691196b202486;hpb=6094998da052c334ff32663ef237c393b8c591f0;p=debbugs.git diff --git a/Makefile b/Makefile index e92a5f6..da8de60 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,9 @@ build: test: $(PERL) -MTest::Harness -I. -e 'runtests(glob(q(t/*.t)))' +testcover: + PERLLIB=t/cover_lib/ cover -test + clean: if [ -e Makefile.perl ]; then \ $(MAKE) -f Makefile.perl clean; \