r27312 - /trunk/dh-make-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 26 20:04:10 UTC 2008


Author: dmn
Date: Wed Nov 26 20:04:07 2008
New Revision: 27312

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27312
Log:
rules: run the test suite during build

Modified:
    trunk/dh-make-perl/debian/rules

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=27312&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Wed Nov 26 20:04:07 2008
@@ -15,6 +15,8 @@
 
 	# Add here commands to compile the package.
 	pod2man --center debian dh-make-perl > dh-make-perl.1
+
+	$(MAKE) test
 
 	touch build-stamp
 




More information about the Pkg-perl-cvs-commits mailing list