]> Git — Sourcephile - majurity.git/blob - hjugement-protocol/tests/HUnit/Trustee.hs
protocol: add Trustee.Indispensable
[majurity.git] / hjugement-protocol / tests / HUnit / Trustee.hs
1 module HUnit.Trustee where
2 import Test.Tasty
3 import qualified HUnit.Trustee.Indispensable
4
5 hunit :: TestTree
6 hunit =
7 testGroup "Trustee"
8 [ HUnit.Trustee.Indispensable.hunit
9 ]