postgresql-query-3.0.0: test/Main.hs
module Main where import BuilderTest import ParserTest import Test.Tasty main :: IO () main = defaultMain $ testGroup "main" [ parserTests , builderTests ]
module Main where import BuilderTest import ParserTest import Test.Tasty main :: IO () main = defaultMain $ testGroup "main" [ parserTests , builderTests ]