postgres-wire/tests/test.hs
2017-01-29 01:48:25 +03:00

10 lines
156 B
Haskell

import Test.Tasty (defaultMain, testGroup)
import Protocol
main :: IO ()
main = defaultMain $ testGroup "Postgres-wire"
[ testProtocolMessages
]