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

9 lines
97 B
Haskell
Raw Normal View History

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