]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Main.hs
Drop the Language prefix in module names
[haskell/symantic-xml.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
9 main :: IO ()
10 main = do
11 goldens <- goldensIO
12 defaultMain $
13 testGroup "Symantic"
14 [ goldens
15 ]