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

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:18:40 UTC 2013


Thu Oct  7 07:47:38 UTC 2004  John Goerzen <jgoerzen at complete.org>
  * rules now runs tests
  Ignore-this: 4a7e570d8c2766ddfd75eef9c16bc2bd
  
  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: 4a7e570d8c2766ddfd75eef9c16bc2bd
  
  Keywords: 
  
  
  (jgoerzen at complete.org--projects/missingh--head--1.0--patch-42)
diff -rN -u old-ftphs//rules new-ftphs//rules
--- old-ftphs//rules	2013-01-04 14:18:38.239234147 +0000
+++ new-ftphs//rules	2013-01-04 14:18:39.883243668 +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