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