1
Fork 0
mirror of https://git.cs.ou.nl/joshua.moerman/mealy-decompose.git synced 2025-06-01 16:37:46 +02:00
mealy-decompose/hs/test/Main.hs

7 lines
134 B
Haskell

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