]> Git — Sourcephile - majurity.git/blob - test/Main.hs
init
[majurity.git] / test / Main.hs
1 module Main where
2
3 import Test.Tasty
4 import QuickCheck
5 import HUnit
6
7 main :: IO ()
8 main =
9 defaultMain $
10 testGroup "Hjugement"
11 [ hunits
12 , quickchecks
13 ]