sourcephile
/
git
/
majurity.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lib: doc: add TODOs
[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
]