X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=b3e46a6be7e1e88601d7ab3f56aba13ba981b099;hb=1e6633a3780f4fd53fc4303852e84d13cdad2dc6;hp=a279aeb83e6fb1228aacb465c598057eb818f1c0;hpb=466f7faff129a5699c7674f59900a92aa256175d;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