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