[med-svn] r6439 - trunk/packages/gbrowse/trunk/debian
    olivier sallou 
    osallou-guest at alioth.debian.org
       
    Sun Apr  3 07:11:41 UTC 2011
    
    
  
Author: osallou-guest
Date: 2011-04-03 07:11:25 +0000 (Sun, 03 Apr 2011)
New Revision: 6439
Modified:
   trunk/packages/gbrowse/trunk/debian/rules
Log:
add auto test step
Modified: trunk/packages/gbrowse/trunk/debian/rules
===================================================================
--- trunk/packages/gbrowse/trunk/debian/rules	2011-04-03 00:47:15 UTC (rev 6438)
+++ trunk/packages/gbrowse/trunk/debian/rules	2011-04-03 07:11:25 UTC (rev 6439)
@@ -9,7 +9,9 @@
 	#dh_auto_build
 
 override_dh_auto_test:
-	echo "Skipping this step"
+	perl Build.PL --conf=/etc/gbrowse --htdocs=/usr/share/gbrowse/htdocs --tmp=/var/cache/gbrowse --databases=/usr/share/gbrowse/databases --cgibin=/usr/lib/cgi-bin/gbrowse --www-user=www-data
+	./Build test
+	./Build clean
 
 override_dh_auto_install:
 	echo "Using specific install"
    
    
More information about the debian-med-commit
mailing list