import qualified TestIncremental import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Tests" [tests'] tests' :: TestTree tests' = testGroup "tests" [ TestIncremental.quickTests ]