module Main where import Test.Tasty import QuickCheck import HUnit main :: IO () main = defaultMain $ testGroup "Hjugement" [ hunits , quickchecks ]