]> git.donarmstrong.com Git - debbugs.git/commitdiff
run tests by default
authorDon Armstrong <don@donarmstrong.com>
Mon, 17 Aug 2009 20:20:59 +0000 (13:20 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 17 Aug 2009 20:20:59 +0000 (13:20 -0700)
debian/rules

index 26f01bee11f043359713450c1c2f1e0ade59c6fc..c3483791a6757eec503f2920237f60f45e4c0eb3 100755 (executable)
@@ -15,7 +15,7 @@ build-stamp:
 # Call the test suite
        $(PERL) Makefile.PL INSTALLDIRS=vendor
        $(MAKE) -f Makefile.perl
-#      $(MAKE) test
+       $(MAKE) test
        touch $@
 
 clean: