elm-compiler-0.14: tests/Test.hs
module Main where
import Test.Framework
import Test.Compiler
import Test.Property
main :: IO ()
main =
defaultMain
[ compilerTests
, propertyTests
]
module Main where
import Test.Framework
import Test.Compiler
import Test.Property
main :: IO ()
main =
defaultMain
[ compilerTests
, propertyTests
]