import qualified TestFlows import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Unit Tests" [ TestFlows.tests ]