import Test.Tasty ( TestTree, defaultMain ) import TSN.Xml ( xml_tests ) tests :: TestTree tests = xml_tests main :: IO () main = defaultMain tests