module Main where import System.IO (IO) import Test.Tasty import Golden --import HUnit main :: IO () main = defaultMain ( testGroup "" [ Golden.goldens --, hunits ] )