Skip to content

Commit d57b028

Browse files
committed
move modules from 'test' to 'src'
1 parent 9d91363 commit d57b028

File tree

8 files changed

+10
-21
lines changed

8 files changed

+10
-21
lines changed

Diff for: cardano-testnet/cardano-testnet.cabal

+10-21
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ library
5151
, resourcet
5252
, safe-exceptions
5353
, stm
54+
, tasty
55+
, tasty-expected-failure
56+
, tasty-hedgehog
5457
, text
5558
, time
5659
, transformers
@@ -67,6 +70,7 @@ library
6770
Test.Base
6871
Test.Process
6972
Test.Runtime
73+
Test.Util
7074
Testnet
7175
Testnet.Babbage
7276
Testnet.Byron
@@ -75,7 +79,13 @@ library
7579
Testnet.Run
7680
Testnet.Shelley
7781
Testnet.SubmitApi
82+
Testnet.Properties.Cli.KesPeriodInfo
7883
Testnet.Utils
84+
Spec.Cli.Alonzo.LeadershipSchedule
85+
Spec.Cli.Babbage.LeadershipSchedule
86+
Spec.Cli.KesPeriodInfo
87+
Spec.Node.Shutdown
88+
Spec.ShutdownOnSlotSynced
7989

8090
other-modules: Paths_cardano_testnet
8191

@@ -103,30 +113,9 @@ test-suite cardano-testnet-tests
103113
type: exitcode-stdio-1.0
104114

105115
build-depends: cardano-testnet
106-
, aeson >= 2.1.0.0
107-
, cardano-api
108-
, cardano-cli
109-
, containers
110-
, directory
111-
, filepath
112-
, hedgehog
113-
, hedgehog-extras
114-
, process
115116
, tasty
116-
, tasty-expected-failure
117-
, tasty-hedgehog
118-
, text
119-
, time
120117

121118
other-modules:
122-
Spec.Cli.Alonzo.LeadershipSchedule
123-
Spec.Cli.Babbage.LeadershipSchedule
124-
Spec.Cli.KesPeriodInfo
125-
Spec.Node.Shutdown
126-
Spec.ShutdownOnSlotSynced
127-
Testnet.Properties.Cli.KesPeriodInfo
128-
129-
Test.Util
130119

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

File renamed without changes.

0 commit comments

Comments
 (0)