module Main (main) where import GF2test (run) main :: IO () main = do putStrLn "Running all tests" GF2test.run putStrLn "All tests done."