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

9 lines
105 B
Plaintext
Raw Normal View History

2013-12-14 19:42:01 +01:00
2015-07-31 11:45:51 +02:00
> import Test.Tasty
2013-12-14 19:42:01 +01:00
> import Language.SQL.SimpleSQL.Tests
> main :: IO ()
2015-07-31 11:45:51 +02:00
> main = defaultMain tests