1
Fork 0
mirror of https://git.cs.ou.nl/joshua.moerman/mealy-decompose.git synced 2025-06-02 17:07:44 +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])