Skip to content

Commit

Permalink
Move tests out of testing library.
Browse files Browse the repository at this point in the history
The division should be:
- Utilities, generators, things which should be useful to downstream
  should go in `src`
- Actual tests and things which are specific to them go in `test`.
  • Loading branch information
nc6 committed Nov 23, 2020
1 parent c418c12 commit b2dbf7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ library
exposed-modules:
Test.Cardano.Ledger.EraBuffet
Test.Cardano.Ledger.ShelleyMA.TxBody
Test.Cardano.Ledger.ShelleyMA.Serialisation.Timelocks
Test.Cardano.Ledger.ShelleyMA.Serialisation.CDDL
Test.Cardano.Ledger.ShelleyMA.Serialisation.Coders
Test.Cardano.Ledger.ShelleyMA.Serialisation.Generators
-- other-extensions:
Expand Down Expand Up @@ -82,6 +80,8 @@ test-suite cardano-ledger-shelley-ma-test
Test.Cardano.Ledger.Mary.Examples.Cast
Test.Cardano.Ledger.Mary.Examples.MultiAssets
Test.Cardano.Ledger.Mary.Value
Test.Cardano.Ledger.ShelleyMA.Serialisation.CDDL
Test.Cardano.Ledger.ShelleyMA.Serialisation.Timelocks
default-language: Haskell2010
ghc-options:
-threaded
Expand Down

0 comments on commit b2dbf7b

Please sign in to comment.