inited branch
This commit is contained in:
parent
fd7ef68b04
commit
47deeff5be
3 changed files with 9 additions and 6 deletions
1
agora-test/Spec/Sample/Treasury.hs
Normal file
1
agora-test/Spec/Sample/Treasury.hs
Normal file
|
|
@ -0,0 +1 @@
|
|||
module Spec.Sample.Treasury () where
|
||||
3
agora-test/Spec/Treasury.hs
Normal file
3
agora-test/Spec/Treasury.hs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module Spec.Treasury () where
|
||||
|
||||
|
||||
11
agora.cabal
11
agora.cabal
|
|
@ -107,12 +107,12 @@ common deps
|
|||
|
||||
common test-deps
|
||||
build-depends:
|
||||
, apropos-tx
|
||||
, QuickCheck
|
||||
, quickcheck-instances
|
||||
, tasty
|
||||
, tasty-hedgehog
|
||||
, tasty-hunit
|
||||
, apropos-tx
|
||||
|
||||
library
|
||||
import: lang, deps
|
||||
|
|
@ -150,17 +150,16 @@ test-suite agora-test
|
|||
other-modules:
|
||||
Spec.Int
|
||||
Spec.Sample.Stake
|
||||
Spec.Sample.Treasury
|
||||
Spec.Stake
|
||||
|
||||
Spec.Treasury
|
||||
Spec.Util
|
||||
|
||||
build-depends:
|
||||
, agora
|
||||
build-depends: agora
|
||||
|
||||
benchmark agora-bench
|
||||
import: lang, deps
|
||||
hs-source-dirs: agora-bench
|
||||
main-is: Main.hs
|
||||
type: exitcode-stdio-1.0
|
||||
build-depends:
|
||||
, agora
|
||||
build-depends: agora
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue