Removed tests from Setup.lhs
This commit is contained in:
parent
920d9cbea8
commit
aa8a4e9c25
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
> module Main where
|
> module Main where
|
||||||
> import Distribution.Simple
|
> import Distribution.Simple
|
||||||
> import System.Cmd (system)
|
|
||||||
|
|
||||||
> main :: IO ()
|
> main :: IO ()
|
||||||
> main = defaultMainWithHooks (simpleUserHooks { runTests = runTests' })
|
> main = defaultMain
|
||||||
|
|
||||||
> runTests' :: a -> b -> c -> d -> IO ()
|
|
||||||
> runTests' _ _ _ _ = system "runhaskell -DTEST runtests.hs" >> return ()
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user