add golden tests

This commit is contained in:
Kylix Afonso 2023-03-15 11:08:40 +00:00
parent e9053be78f
commit 18b3801c99
6 changed files with 305 additions and 1 deletions

View file

@ -126,6 +126,7 @@ common test-deps
, agora
, cryptonite
, data-default-class
, directory
, memory
, mtl
, plutarch-context-builder
@ -133,6 +134,7 @@ common test-deps
, QuickCheck
, quickcheck-instances
, tasty
, tasty-golden
, tasty-hedgehog
, tasty-hunit
, tasty-quickcheck
@ -231,7 +233,9 @@ test-suite agora-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: agora-test
other-modules: Golden
build-depends:
, agora
, agora-specs
, agora-testlib