packages feed

symantic-lib-0.0.3.20180213: test/Main.hs

module Main where

import Test.Tasty

import Golden
import HUnit

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