Skip to content

Commit

Permalink
ouroboros-network: renamed sim-test-lib as testlib
Browse files Browse the repository at this point in the history
Just to make it similar to test libraries in other packages.
  • Loading branch information
coot committed Feb 20, 2025
1 parent 62ed3be commit 0255364
Show file tree
Hide file tree
Showing 32 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ouroboros-network/ouroboros-network.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ library
cpp-options: -DTXSUBMISSION_DELAY

-- Simulation Test Library
library sim-tests-lib
library testlib
import: ghc-options-tests
default-language: Haskell2010
default-extensions: ImportQualifiedPost
visibility: public
hs-source-dirs: sim-tests-lib
hs-source-dirs: testlib
build-depends:
QuickCheck,
aeson,
Expand Down Expand Up @@ -297,7 +297,7 @@ test-suite sim-tests
main-is: Main.hs
build-depends:
base >=4.14 && <4.21,
ouroboros-network:sim-tests-lib,
ouroboros-network:testlib,
ouroboros-network-protocols:testlib,
tasty,
with-utf8,
Expand Down Expand Up @@ -402,7 +402,7 @@ benchmark sim-benchmarks
main-is: Main.hs
build-depends:
base,
ouroboros-network:sim-tests-lib,
ouroboros-network:testlib,
tasty-bench >=0.3.5,

ghc-options:
Expand Down

0 comments on commit 0255364

Please sign in to comment.