Skip to content

Commit b98fb44

Browse files
committed
remote: rename testsuite to remote-io, move to tests-io
1 parent fe33fba commit b98fb44

File tree

5 files changed

+4
-17
lines changed

5 files changed

+4
-17
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ executable remote-readme
9797
main-is: README.lhs
9898
ghc-options: -pgmL markdown-unlit -Wall
9999

100-
test-suite hnix-store-remote-tests
100+
test-suite remote-io
101101
import: commons
102102

103103
if !flag(io-testsuite) || os(darwin)
@@ -110,10 +110,7 @@ test-suite hnix-store-remote-tests
110110
other-modules:
111111
NixDaemon
112112
, Spec
113-
, Util
114-
hs-source-dirs: tests
115-
build-tool-depends:
116-
tasty-discover:tasty-discover
113+
hs-source-dirs: tests-io
117114
build-depends:
118115
base
119116
, bytestring
@@ -135,6 +132,8 @@ test-suite hnix-store-remote-tests
135132
, temporary
136133
, unix
137134
, unordered-containers
135+
build-tool-depends:
136+
tasty-discover:tasty-discover
138137
mixins:
139138
base hiding (Prelude)
140139
, relude (Relude as Prelude)
File renamed without changes.
File renamed without changes.
File renamed without changes.

hnix-store-remote/tests/Util.hs

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)