]> Git — Sourcephile - majurity.git/blob - hjugement-protocol/tests/HUnit/Trustee.hs
protocol: add Version and abstract over FFC
[majurity.git] / hjugement-protocol / tests / HUnit / Trustee.hs
1 module HUnit.Trustee where
2 import Test.Tasty
3 import Voting.Protocol
4 import qualified HUnit.Trustee.Indispensable
5
6 hunit :: Reifies v Version => Proxy v -> TestTree
7 hunit v =
8 testGroup "Trustee"
9 [ HUnit.Trustee.Indispensable.hunit v
10 ]