[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-lib=7Aip?=: Enable test suite
Joachim Breitner
mail at joachim-breitner.de
Sun Mar 16 14:33:45 UTC 2014
Sun Mar 16 14:30:00 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Enable test suite
M ./changelog +1
M ./control +2
M ./rules +5
Sun Mar 16 14:30:00 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Enable test suite
diff -rN -u old-haskell-libzip/changelog new-haskell-libzip/changelog
--- old-haskell-libzip/changelog 2014-03-16 14:33:45.198761785 +0000
+++ new-haskell-libzip/changelog 2014-03-16 14:33:45.206761786 +0000
@@ -2,6 +2,7 @@
* Adjust watch file to new hackage layout
* New upstream release
+ * Enable test suite
-- Joachim Breitner <nomeata at debian.org> Sun, 16 Mar 2014 15:24:28 +0100
diff -rN -u old-haskell-libzip/control new-haskell-libzip/control
--- old-haskell-libzip/control 2014-03-16 14:33:45.198761785 +0000
+++ new-haskell-libzip/control 2014-03-16 14:33:45.202761786 +0000
@@ -16,6 +16,8 @@
, libghc-mtl-prof
, libghc-utf8-string-dev
, libghc-utf8-string-prof
+# for the testsuite
+ , libghc-hunit-dev
Build-Depends-Indep: ghc-doc
, libghc-bindings-libzip-doc
, libghc-mtl-doc
diff -rN -u old-haskell-libzip/rules new-haskell-libzip/rules
--- old-haskell-libzip/rules 2014-03-16 14:33:45.198761785 +0000
+++ new-haskell-libzip/rules 2014-03-16 14:33:45.202761786 +0000
@@ -1,4 +1,9 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
+
+# For the test suite:
+check-ghc-stamp: export LC_ALL := C.UTF-8
More information about the Pkg-haskell-commits
mailing list