packages feed

motor-0.1.0.0: test/Main.hs

module Main where

import           Motor.FSMSpec      ()
import           Motor.FSMSpec.Game ()

main :: IO ()
main = do
  putStrLn "\nIt compiles. Ship it!\n"
  putStrLn "... OK then, it should have some tests."