This website requires JavaScript.
Explore
Help
Sign In
starlitcanopy
/
simple-sql-parser
Watch
1
Fork
You've already forked simple-sql-parser
0
Code
Activity
9aab04b189
simple-sql-parser
/
tools
/
RunTests.lhs
9 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add tests to cabal
2013-12-14 19:42:01 +01:00
use tasty for tests
2015-07-31 11:45:51 +02:00
> import Test.Tasty
add tests to cabal
2013-12-14 19:42:01 +01:00
> import Language.SQL.SimpleSQL.Tests
> main :: IO ()
use tasty for tests
2015-07-31 11:45:51 +02:00
> main = defaultMain tests
Copy permalink