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