Removed tests from Setup.lhs
This commit is contained in:
parent
920d9cbea8
commit
aa8a4e9c25
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user