packages feed

htsn-0.0.1: test/TestSuite.hs

import Test.Tasty ( TestTree, defaultMain )

import TSN.Xml ( xml_tests )

tests :: TestTree
tests = xml_tests

main :: IO ()
main = defaultMain tests