r909 - packages/libmail-box-perl/trunk/debian

Gunnar Wolf gwolf@costa.debian.org
Fri, 08 Apr 2005 23:11:32 +0000


Author: gwolf
Date: 2005-04-08 23:11:32 +0000 (Fri, 08 Apr 2005)
New Revision: 909

Modified:
   packages/libmail-box-perl/trunk/debian/rules
Log:
Now makes 'test' as part of the build process


Modified: packages/libmail-box-perl/trunk/debian/rules
===================================================================
--- packages/libmail-box-perl/trunk/debian/rules	2005-04-08 21:17:36 UTC (rev 908)
+++ packages/libmail-box-perl/trunk/debian/rules	2005-04-08 23:11:32 UTC (rev 909)
@@ -14,16 +14,17 @@
 build-stamp: configure-stamp 
 	dh_testdir
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	$(MAKE) test
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) distclean
 	rm -rf a/ t/ tests/a/
 	rm -f tests/folders/mbox.win
 	dh_clean
+	-$(MAKE) distclean
 
 install: build
 	dh_testdir