Skip to content

Commit 3693458

Browse files
committed
Implementing the TestingInteface for the Auction contract.
1 parent bdd34a8 commit 3693458

File tree

5 files changed

+454
-1
lines changed

5 files changed

+454
-1
lines changed

src/use-cases/convex-use-cases.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ test-suite convex-auction-test
106106
other-modules:
107107
Auction.Scripts
108108
Auction.Spec.Attacks
109+
Auction.Spec.Prop
109110
Auction.Spec.Unit
110111
Auction.Utils
111112
Auction.Validator

src/use-cases/hie.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cradle:
2+
cabal:
3+
- path: "test"
4+
component: "convex-use-cases:test:convex-auction-test"
5+
6+
- path: "test"
7+
component: "convex-use-cases:test:convex-vesting-test"

0 commit comments

Comments
 (0)