We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2a3de commit 9aa76ccCopy full SHA for 9aa76cc
proposals/0008-package-manager-testing.md
@@ -211,6 +211,20 @@ Or specific tests:
211
SwiftPM would forward arguments to the underlying testing framework and it
212
would decide how to interpret them.
213
214
+---
215
+
216
+Sometimes test sources cannot compile and fixing them is no the most
217
+pressing priority. Thus it will be posssible to skip building tests
218
+with an additional flag:
219
220
+ swift build --without-tests
221
222
223
224
+It is desirable to sometimes specify to only build specific tests, the
225
+command line for this will fall out of future work that allows specification
226
+of targets that `swift build` should speficially build in isolation.
227
228
229
## Impact On Existing Code
230
0 commit comments