@@ -126,11 +126,18 @@ library testlib
126126 Test.Cardano.Ledger.Conway.Arbitrary
127127 Test.Cardano.Ledger.Conway.Binary.Annotator
128128 Test.Cardano.Ledger.Conway.Binary.Cddl
129+ Test.Cardano.Ledger.Conway.Binary.CddlSpec
129130 Test.Cardano.Ledger.Conway.Binary.Regression
130131 Test.Cardano.Ledger.Conway.Binary.RoundTrip
132+ Test.Cardano.Ledger.Conway.BinarySpec
131133 Test.Cardano.Ledger.Conway.CDDL
134+ Test.Cardano.Ledger.Conway.CommitteeRatifySpec
135+ Test.Cardano.Ledger.Conway.DRepRatifySpec
132136 Test.Cardano.Ledger.Conway.Era
133137 Test.Cardano.Ledger.Conway.Genesis
138+ Test.Cardano.Ledger.Conway.GenesisSpec
139+ Test.Cardano.Ledger.Conway.GoldenSpec
140+ Test.Cardano.Ledger.Conway.GovActionReorderSpec
134141 Test.Cardano.Ledger.Conway.Imp
135142 Test.Cardano.Ledger.Conway.Imp.BbodySpec
136143 Test.Cardano.Ledger.Conway.Imp.CertsSpec
@@ -144,9 +151,12 @@ library testlib
144151 Test.Cardano.Ledger.Conway.Imp.UtxoSpec
145152 Test.Cardano.Ledger.Conway.Imp.UtxosSpec
146153 Test.Cardano.Ledger.Conway.ImpTest
154+ Test.Cardano.Ledger.Conway.Plutus.PlutusSpec
147155 Test.Cardano.Ledger.Conway.Proposals
156+ Test.Cardano.Ledger.Conway.SPORatifySpec
148157 Test.Cardano.Ledger.Conway.Translation.TranslatableGen
149158 Test.Cardano.Ledger.Conway.TreeDiff
159+ Test.Cardano.Ledger.Conway.TxInfoSpec
150160
151161 visibility : public
152162 hs-source-dirs : testlib
@@ -163,6 +173,7 @@ library testlib
163173
164174 build-depends :
165175 FailT,
176+ aeson,
166177 base,
167178 bytestring,
168179 cardano-data :{cardano-data, testlib},
@@ -173,6 +184,7 @@ library testlib
173184 cardano-ledger-conway,
174185 cardano-ledger-core :{cardano-ledger-core, testlib},
175186 cardano-ledger-shelley :{cardano-ledger-shelley, testlib},
187+ cardano-slotting :testlib,
176188 cardano-strict-containers,
177189 containers,
178190 cuddle >= 0.3.2 ,
@@ -236,18 +248,8 @@ test-suite tests
236248 hs-source-dirs : test
237249 other-modules :
238250 Paths_cardano_ledger_conway
239- Test.Cardano.Ledger.Conway.Binary.CddlSpec
240- Test.Cardano.Ledger.Conway.BinarySpec
241- Test.Cardano.Ledger.Conway.CommitteeRatifySpec
242- Test.Cardano.Ledger.Conway.DRepRatifySpec
243- Test.Cardano.Ledger.Conway.GenesisSpec
244- Test.Cardano.Ledger.Conway.GoldenSpec
245251 Test.Cardano.Ledger.Conway.GoldenTranslation
246- Test.Cardano.Ledger.Conway.GovActionReorderSpec
247- Test.Cardano.Ledger.Conway.Plutus.PlutusSpec
248- Test.Cardano.Ledger.Conway.SPORatifySpec
249252 Test.Cardano.Ledger.Conway.Spec
250- Test.Cardano.Ledger.Conway.TxInfoSpec
251253
252254 default-language : Haskell2010
253255 ghc-options :
@@ -264,22 +266,9 @@ test-suite tests
264266
265267 build-depends :
266268 HUnit,
267- aeson,
268269 base,
269- cardano-data,
270- cardano-ledger-allegra,
271- cardano-ledger-alonzo,
272270 cardano-ledger-alonzo :testlib,
273- cardano-ledger-babbage,
274- cardano-ledger-binary :{cardano-ledger-binary, testlib},
275271 cardano-ledger-conway,
276272 cardano-ledger-core,
277273 cardano-ledger-core :testlib,
278- cardano-ledger-shelley,
279- cardano-slotting :testlib,
280- cardano-strict-containers,
281- containers,
282- data-default,
283- microlens,
284- plutus-ledger-api,
285274 testlib,
0 commit comments