]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Main.hs
test: add goldens for TH splices
[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 = defaultMain (
10 testGroup ""
11 [ Golden.goldens
12 --, hunits
13 ]
14 )