module Main (main) where import StateCoverTests import Test.Tasty main :: IO () main = defaultMain (testGroup "" [stateCoverTests])