]> Git — Sourcephile - majurity.git/blob - judgmentphile-majority/tests/HUnit.hs
Rename {hjugement => judgmentphile}
[majurity.git] / judgmentphile-majority / tests / HUnit.hs
1 module HUnit where
2 import Test.Tasty
3 import qualified HUnit.Rank
4 import qualified HUnit.Merit
5 import qualified HUnit.Value
6 import qualified HUnit.Section
7
8 hunits :: TestTree
9 hunits =
10 testGroup "HUnit"
11 [ HUnit.Merit.hunit
12 , HUnit.Value.hunit
13 , HUnit.Rank.hunit
14 , HUnit.Section.hunit
15 ]