Fixed up Setup test and TODO list
This commit is contained in:
parent
b4406b6a81
commit
ee64c7e894
@ -8,4 +8,4 @@
|
|||||||
> main = defaultMainWithHooks (simpleUserHooks { runTests = runTests' })
|
> main = defaultMainWithHooks (simpleUserHooks { runTests = runTests' })
|
||||||
|
|
||||||
> runTests' :: a -> b -> c -> d -> IO ()
|
> runTests' :: a -> b -> c -> d -> IO ()
|
||||||
> runTests' _ _ _ _ = system "runhaskell Test.hs" >> return ()
|
> runTests' _ _ _ _ = system "runhaskell -DTEST runtests.hs" >> return ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user