From e09160be46b10c0e6137ce9b5e1e879e73c88c3a Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 14 Dec 2011 13:48:17 +0100 Subject: test suite configured for hmatrix-tests --- Setup.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Setup.lhs') diff --git a/Setup.lhs b/Setup.lhs index ba435f0..6f71194 100644 --- a/Setup.lhs +++ b/Setup.lhs @@ -8,7 +8,7 @@ > import System.Process(system) > import Config(config) -> main = defaultMainWithHooks simpleUserHooks { confHook = c, runTests = t } +> main = defaultMainWithHooks simpleUserHooks { confHook = c } > c x y = do > binfo <- confHook simpleUserHooks x y @@ -16,5 +16,4 @@ > let pkg_descr = localPkgDescr binfo > return $ binfo { localPkgDescr = updatePackageDescription pbi pkg_descr } -> t _ _ _ _ = system ( "runhaskell examples/tests.hs") >> return() -- cgit v1.2.3