X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=587670406b9eb7578055036259ac1741152e58e5;hb=759eb8a67ce40a4b881cc058c25a747e851669b7;hp=7d427c61722a2209bbeb020c99d2bc07adbe401d;hpb=f11e4c207194b7eaa54b2eec48bd571296d232c7;p=debbugs.git diff --git a/Makefile b/Makefile index 7d427c6..5876704 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,9 @@ build: test: $(PERL) -MTest::Harness -I. -e 'runtests(glob(q(t/*.t)))' +test_%: t/%.t + $(PERL) -MTest::Harness -I. -e 'runtests(q($<))' + testcover: PERLLIB=t/cover_lib/ cover -test