]> git.donarmstrong.com Git - debbugs.git/commitdiff
dont depend on build in test; this is wrong, but temporary
authorDon Armstrong <don@donarmstrong.com>
Mon, 17 Aug 2009 20:21:38 +0000 (13:21 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 17 Aug 2009 20:21:38 +0000 (13:21 -0700)
Makefile

index df174b82fef57881c5de12f59308b095ec0e1303..e92a5f603d8e31a27c6106252e2691196b202486 100644 (file)
--- 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: