WIP simple sample test for Stake policy
This commit is contained in:
parent
9aa5f5b1a3
commit
a2ea0a46f5
9 changed files with 256 additions and 137 deletions
|
|
@ -111,6 +111,7 @@ common test-deps
|
|||
, quickcheck-instances
|
||||
, tasty
|
||||
, tasty-hedgehog
|
||||
, tasty-hunit
|
||||
, apropos-tx
|
||||
|
||||
library
|
||||
|
|
@ -147,6 +148,11 @@ test-suite agora-test
|
|||
hs-source-dirs: agora-test
|
||||
other-modules:
|
||||
Spec.Int
|
||||
Spec.Sample.Stake
|
||||
Spec.Stake
|
||||
|
||||
build-depends:
|
||||
, agora
|
||||
|
||||
benchmark agora-bench
|
||||
import: lang, deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue