]> Git — Sourcephile - haskell/symantic-cli.git/blob - test/Main.hs
Add GNUmakefile
[haskell/symantic-cli.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 "CLI"
14 [ goldens
15 ]