htsn-0.0.4: test/TestSuite.hs
import Test.Tasty ( TestTree, defaultMain ) import Xml ( xml_tests ) tests :: TestTree tests = xml_tests main :: IO () main = defaultMain tests
import Test.Tasty ( TestTree, defaultMain ) import Xml ( xml_tests ) tests :: TestTree tests = xml_tests main :: IO () main = defaultMain tests