packages feed

hssqlppp-0.0.6: HsSqlPppTests.lhs

#!/usr/bin/env runghc

Copyright 2009 Jake Wheat

Runner for automated tests, just pulls in the tests defs from the
other files.


> import Test.Framework
> import Database.HsSqlPpp.Tests.ParserTests
> --import Database.HsSqlPpp.Tests.DatabaseLoaderTests
> import Database.HsSqlPpp.Tests.AstCheckTests

> main :: IO ()
> main =
>   defaultMain [
>     parserTests
>    ,astCheckTests
>    --,databaseLoaderTests
>    ]