Skip to content

Commit 8078f0f

Browse files
committed
remote: drop common tests cabal stanza
1 parent 11da925 commit 8078f0f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ common commons
4646
, ViewPatterns
4747
default-language: Haskell2010
4848

49-
common tests
50-
import: commons
51-
build-tool-depends:
52-
tasty-discover:tasty-discover
53-
5449
flag io-testsuite
5550
default:
5651
False
@@ -163,7 +158,7 @@ executable remote-readme
163158
ghc-options: -pgmL markdown-unlit -Wall
164159

165160
test-suite remote
166-
import: tests
161+
import: commons
167162
type: exitcode-stdio-1.0
168163
main-is: Driver.hs
169164
hs-source-dirs: tests
@@ -187,7 +182,7 @@ test-suite remote
187182
, QuickCheck
188183

189184
test-suite remote-io
190-
import: tests
185+
import: commons
191186

192187
if !flag(io-testsuite) || os(darwin)
193188
buildable: False

0 commit comments

Comments
 (0)