X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=b3e46a6be7e1e88601d7ab3f56aba13ba981b099;hb=210f625e6e6b4cbe1065f35d9eb0bdc73563969c;hp=a279aeb83e6fb1228aacb465c598057eb818f1c0;hpb=757b392b853d7bc16592b9431d5275ca943684e4;p=debbugs.git diff --git a/Makefile b/Makefile index a279aeb..b3e46a6 100644 --- a/Makefile +++ b/Makefile @@ -30,10 +30,10 @@ build: $(MAKE) -C html/logo test: - LC_ALL=$(UTF8_LOCALE) $(PERL) -MTest::Harness -I. -e 'runtests(glob(q(t/*.t)))' + LC_ALL=$(UTF8_LOCALE) $(PERL) -MTest::Harness -Ilib -e 'runtests(glob(q(t/*.t)))' test_%: t/%.t - LC_ALL=$(UTF8_LOCALE) $(PERL) -MTest::Harness -I. -e 'runtests(q($<))' + LC_ALL=$(UTF8_LOCALE) $(PERL) -MTest::Harness -Ilib -e 'runtests(q($<))' testcover: LC_ALL=$(UTF8_LOCALE) PERL5LIB=t/cover_lib/:. cover -test