[Pkg-haskell-commits] darcs: haskell-configfile: rules now runs tests

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:32:34 UTC 2013


Thu Oct  7 07:47:38 UTC 2004  John Goerzen <jgoerzen at complete.org>
  * rules now runs tests
  Ignore-this: 7fbfa0fd2cee17e5c772a46122c36d73
  
  Keywords: 
  
  
  (jgoerzen at complete.org--projects/missingh--head--1.0--patch-42)

    M ./rules +3

Thu Oct  7 07:47:38 UTC 2004  John Goerzen <jgoerzen at complete.org>
  * rules now runs tests
  Ignore-this: 7fbfa0fd2cee17e5c772a46122c36d73
  
  Keywords: 
  
  
  (jgoerzen at complete.org--projects/missingh--head--1.0--patch-42)
diff -rN -u old-haskell-configfile//rules new-haskell-configfile//rules
--- old-haskell-configfile//rules	2013-01-04 14:32:32.686814460 +0000
+++ new-haskell-configfile//rules	2013-01-04 14:32:34.542226448 +0000
@@ -43,6 +43,7 @@
 build-stamp: configure-stamp 
 	dh_testdir
 
+	make test-ghc6
 	# Add here commands to compile the package.
 	touch build-stamp
 
@@ -53,6 +54,7 @@
 
 	# Add here commands to clean up after the build process.
 	-./setup clean
+	-make clean
 	-rm -rf setup Setup.hi Setup.ho Setup.o .*config* dist html
 
 	dh_clean 
@@ -71,6 +73,7 @@
 	dh_testdir
 
 	make doc
+	make test-hugs
 
 installdocs: builddocs
 	dh_testdir





More information about the Pkg-haskell-commits mailing list