From 1f27b8bf2375a2e3e5676754bc7c81e0620cb5f7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 17 Aug 2009 13:20:59 -0700 Subject: [PATCH] run tests by default --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 26f01be..c348379 100755 --- a/debian/rules +++ b/debian/rules @@ -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: -- 2.39.2