source:
sizechecking/branches/macs/Tests/Main.hs
@
27
| Last change on this file since 27 was 24, checked in by gobi, 11 years ago | |
|---|---|
| File size: 405 bytes | |
| Line | |
|---|---|
| 1 | module Tests.Main where |
| 2 | |
| 3 | import qualified Tests.LambdaTest (tests) |
| 4 | import qualified Tests.OpsTest (tests) |
| 5 | import qualified Tests.SizeTest (tests) |
| 6 | import qualified Tests.ExpTest (tests) |
| 7 | import Control.Monad |
| 8 | |
| 9 | tests :: [IO Bool] |
| 10 | tests = Tests.LambdaTest.tests |
| 11 | ++ Tests.OpsTest.tests |
| 12 | ++ Tests.SizeTest.tests |
| 13 | ++ Tests.ExpTest.tests |
| 14 | |
| 15 | main :: IO () |
| 16 | main = liftM and ( sequence tests ) >>= print |
| 17 |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/tamop/chrome/site/your_project_logo.png)