WIP simple sample test for Stake policy

This commit is contained in:
Emily Martins 2022-03-09 22:00:02 +01:00
parent 9aa5f5b1a3
commit a2ea0a46f5
9 changed files with 256 additions and 137 deletions

View file

@ -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