]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Main.hs
fix: use a global polyfix for defLet and defRef
[haskell/symantic-parser.git] / test / Main.hs
1 module Main where
2
3 import System.IO (IO)
4 import Test.Tasty
5 import Golden
6 --import HUnit
7
8 main :: IO ()
9 main = do
10 defaultMain (
11 testGroup ""
12 [ Golden.goldens
13 --, hunits
14 ]
15 )