Implement isGovernorDatumValid tests.

This commit is contained in:
adamczykm 2022-11-10 15:27:22 +01:00 committed by Hongrui Fang
parent ff4619dd94
commit 740e1416fb
5 changed files with 116 additions and 136 deletions

View file

@ -143,6 +143,9 @@ common test-deps
common exe-opts
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O0
common test-opts
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2
library
import: lang, deps, plutarch-prelude
exposed-modules:
@ -224,7 +227,7 @@ library agora-specs
build-depends: agora-testlib
test-suite agora-test
import: lang, deps, plutarch-prelude, test-deps
import: lang, deps, plutarch-prelude, test-deps, test-opts
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: agora-test