packages feed

symantic-lib-0.0.5.20190614: test/Main.hs

module Main where

import Test.Tasty
import Data.Function (($))
import System.IO (IO)

import Golden
import HUnit

main :: IO ()
main = do
	goldens <- goldensIO
	defaultMain $
		testGroup "Symantic"
		 [ goldens
		 , hunits
		 ]