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