import Test.Tasty import qualified Test.TickTable main :: IO () main = defaultMain $ testGroup "Tests" [unitTests] unitTests :: TestTree unitTests = testGroup "Unit Tests" [Test.TickTable.unitTests ]