Skip to content

Commit

Permalink
move modules from 'test' to 'src'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFontaine committed Nov 2, 2022
1 parent 9d91363 commit cb4d7e8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ library
, resourcet
, safe-exceptions
, stm
, tasty
, tasty-expected-failure
, tasty-hedgehog
, text
, time
, transformers
Expand All @@ -67,6 +70,7 @@ library
Test.Base
Test.Process
Test.Runtime
Test.Util
Testnet
Testnet.Babbage
Testnet.Byron
Expand All @@ -75,7 +79,13 @@ library
Testnet.Run
Testnet.Shelley
Testnet.SubmitApi
Testnet.Properties.Cli.KesPeriodInfo
Testnet.Utils
Spec.Cli.Alonzo.LeadershipSchedule
Spec.Cli.Babbage.LeadershipSchedule
Spec.Cli.KesPeriodInfo
Spec.Node.Shutdown
Spec.ShutdownOnSlotSynced

other-modules: Paths_cardano_testnet

Expand Down Expand Up @@ -103,30 +113,8 @@ test-suite cardano-testnet-tests
type: exitcode-stdio-1.0

build-depends: cardano-testnet
, aeson >= 2.1.0.0
, cardano-api
, cardano-cli
, containers
, directory
, filepath
, hedgehog
, hedgehog-extras
, process
, tasty
, tasty-expected-failure
, tasty-hedgehog
, text
, time


other-modules:
Spec.Cli.Alonzo.LeadershipSchedule
Spec.Cli.Babbage.LeadershipSchedule
Spec.Cli.KesPeriodInfo
Spec.Node.Shutdown
Spec.ShutdownOnSlotSynced
Testnet.Properties.Cli.KesPeriodInfo

Test.Util

ghc-options: -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit cb4d7e8

Please sign in to comment.