Fixed up Setup test and TODO list

This commit is contained in:
Michael Snoyman 2009-12-11 00:12:58 +02:00
parent b4406b6a81
commit ee64c7e894
2 changed files with 1 additions and 3 deletions

View File

@ -8,4 +8,4 @@
> main = defaultMainWithHooks (simpleUserHooks { runTests = runTests' })
> runTests' :: a -> b -> c -> d -> IO ()
> runTests' _ _ _ _ = system "runhaskell Test.hs" >> return ()
> runTests' _ _ _ _ = system "runhaskell -DTEST runtests.hs" >> return ()

2
TODO
View File

@ -1,3 +1 @@
HTML sitemap generation
Remove model
Authentication seems broken