From: Don Armstrong Date: Mon, 17 Aug 2009 20:21:38 +0000 (-0700) Subject: dont depend on build in test; this is wrong, but temporary X-Git-Tag: release/2.6.0~447^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6094998da052c334ff32663ef237c393b8c591f0;p=debbugs.git dont depend on build in test; this is wrong, but temporary --- diff --git a/Makefile b/Makefile index df174b82..e92a5f60 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ build: $(PERL) Makefile.PL $(MAKE) -f Makefile.perl -test: build +test: $(PERL) -MTest::Harness -I. -e 'runtests(glob(q(t/*.t)))' clean: