1
Fork 0
simple-sql-parser/tools/RunTests.lhs

9 lines
111 B
Plaintext
Raw Normal View History

2013-12-14 19:42:01 +01:00
> import Test.Framework
> import Language.SQL.SimpleSQL.Tests
> main :: IO ()
> main = defaultMain [tests]