Removed tests from Setup.lhs

This commit is contained in:
Michael Snoyman 2010-12-25 22:44:17 +02:00
parent 920d9cbea8
commit aa8a4e9c25

View File

@ -2,10 +2,6 @@
> module Main where
> import Distribution.Simple
> import System.Cmd (system)
> main :: IO ()
> main = defaultMainWithHooks (simpleUserHooks { runTests = runTests' })
> runTests' :: a -> b -> c -> d -> IO ()
> runTests' _ _ _ _ = system "runhaskell -DTEST runtests.hs" >> return ()
> main = defaultMain