]> Git — Sourcephile - doclang.git/blob - test/Main.hs
Add golden tests.
[doclang.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 "Hdoc"
14 [ goldens
15 ]