File tree Expand file tree Collapse file tree 5 files changed +4
-17
lines changed Expand file tree Collapse file tree 5 files changed +4
-17
lines changed Original file line number Diff line number Diff 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.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments