1
Fork 0
simple-sql-parser/tests/RunTests.hs
Jake Wheat 45669ed7d3 reorganise
move exe example to examples/
get rid of the second example
move tests to tests/
don't shadow show in Pretty
2024-01-26 15:28:15 +00:00

9 lines
97 B
Haskell

import Test.Tasty
import Language.SQL.SimpleSQL.Tests
main :: IO ()
main = defaultMain tests