pontarius-xmpp-0.4.0.0: tests/Main.hs
module Main where
import Test.Tasty
import Tests.Parsers
import Tests.Picklers
main :: IO ()
main = defaultMain $ testGroup "root" [ parserTests
, picklerTests
]