mirror of
https://git.cs.ou.nl/joshua.moerman/mealy-decompose.git
synced 2025-06-01 16:37:46 +02:00
7 lines
134 B
Haskell
7 lines
134 B
Haskell
module Main (main) where
|
|
|
|
import StateCoverTests
|
|
import Test.Tasty
|
|
|
|
main :: IO ()
|
|
main = defaultMain (testGroup "" [stateCoverTests])
|