Skip to content

Commit 07a3189

Browse files
authored
Merge pull request #78953 from compnerd/test-all-the-things
utils: synchronise `-Test '*'` with build-windows-toolchain.bat
2 parents 464d9d3 + 4a357fd commit 07a3189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ if ($AndroidSDKs.Length -gt 0) {
211211

212212
if ($Test -contains "*") {
213213
# Explicitly don't include llbuild yet since tests are known to fail on Windows
214-
$Test = @("swift", "dispatch", "foundation", "xctest")
214+
$Test = @("lld", "lldb", "swift", "dispatch", "foundation", "xctest", "swift-format", "sourcekit-lsp")
215215
}
216216

217217
# Architecture definitions

0 commit comments

Comments
 (0)