Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions eras/alonzo/impl/cardano-ledger-alonzo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ library testlib
Test.Cardano.Ledger.Alonzo.Translation.TranslatableGen
Test.Cardano.Ledger.Alonzo.Translation.TranslationInstance
Test.Cardano.Ledger.Alonzo.TreeDiff
Test.Cardano.Ledger.Alonzo.TxInfoSpec

visibility: public
hs-source-dirs: testlib
Expand Down Expand Up @@ -223,6 +224,7 @@ library testlib
microlens-mtl,
mtl,
plutus-ledger-api,
plutus-tx,
serialise,
text,
time,
Expand Down
2 changes: 2 additions & 0 deletions eras/alonzo/impl/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import qualified Test.Cardano.Ledger.Alonzo.GoldenTranslation as GoldenTranslati
import qualified Test.Cardano.Ledger.Alonzo.Imp as Imp
import qualified Test.Cardano.Ledger.Alonzo.Imp.TxInfoSpec as TxInfoImp
import Test.Cardano.Ledger.Alonzo.ImpTest ()
import qualified Test.Cardano.Ledger.Alonzo.TxInfoSpec as TxInfoSpec
import Test.Cardano.Ledger.Common
import Test.Cardano.Ledger.Core.JSON (roundTripJsonEraSpec)
import Test.Cardano.Ledger.Shelley.JSON (roundTripJsonShelleyEraSpec)
Expand All @@ -35,3 +36,4 @@ main =
describe "TxWits" $ do
TxWitsSpec.spec @AlonzoEra
TxInfoImp.spec
TxInfoSpec.spec @AlonzoEra
Loading
Loading