]> gitweb @ CieloNegro.org - time-w3c.git/blob - Setup.hs
test units
[time-w3c.git] / Setup.hs
1 #!/usr/bin/env runhaskell
2 import Distribution.Simple
3 import System.Cmd
4 import System.Exit
5
6 main = defaultMainWithHooks (simpleUserHooks { runTests = runTestUnit })
7     where
8       runTestUnit _ _ _ _
9           = system "./dist/build/W3CDateTimeUnitTest/W3CDateTimeUnitTest" >> return ()