Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

[DEVOPS-1060] make all test suite names unique #3675

Merged
merged 1 commit into from
Oct 1, 2018
Merged
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: 1 addition & 1 deletion binary/cardano-sl-binary.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ library
ghc-options: -pgmP cpphs -optP --cpp


test-suite test
test-suite binary-test
main-is: test.hs
other-modules:
Spec
Expand Down
2 changes: 1 addition & 1 deletion chain/cardano-sl-chain.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ library
build-tools: cpphs >= 1.19
ghc-options: -pgmP cpphs -optP --cpp

test-suite test
test-suite chain-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: test.hs
Expand Down
2 changes: 1 addition & 1 deletion core/cardano-sl-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ library
if flag(asserts)
cpp-options: -DASSERTS_ON

test-suite test
test-suite core-test
main-is: test.hs
hs-source-dirs: test
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion crypto/cardano-sl-crypto.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ library
build-tools: cpphs >= 1.19
ghc-options: -pgmP cpphs -optP --cpp

test-suite test
test-suite crypto-test
main-is: test.hs
hs-source-dirs: test
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion db/cardano-sl-db.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ library
build-tools: cpphs >= 1.19
ghc-options: -pgmP cpphs -optP --cpp

test-suite test
test-suite db-test
hs-source-dirs: test
main-is: test.hs
other-modules: Test.Pos.DB.Epoch.Index
Expand Down
2 changes: 1 addition & 1 deletion infra/cardano-sl-infra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ library
build-tools: cpphs >= 1.19
ghc-options: -pgmP cpphs -optP --cpp

test-suite test
test-suite infra-test
main-is: test.hs
hs-source-dirs: test
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion util/cardano-sl-util.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ library
build-tools: cpphs >= 1.19
ghc-options: -pgmP cpphs -optP --cpp

test-suite test
test-suite util-test
main-is: test.hs
hs-source-dirs: test
default-language: Haskell2010
Expand Down