]> git.donarmstrong.com Git - debbugs.git/blobdiff - Makefile
move Debbugs to lib
[debbugs.git] / Makefile
index a279aeb83e6fb1228aacb465c598057eb818f1c0..b3e46a6be7e1e88601d7ab3f56aba13ba981b099 100644 (file)
--- 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