]> Git — Sourcephile - haskell/symantic-atom.git/blob - test/Main.hs
init
[haskell/symantic-atom.git] / test / Main.hs
1 module Main where
2
3 import System.IO (IO)
4 import Data.Function (($))
5
6 import Test.Tasty
7 import Golden
8 --import HUnit
9
10 main :: IO ()
11 main = do
12 goldens <- goldensIO
13 defaultMain $
14 testGroup ""
15 [ goldens
16 --, hunits
17 ]