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 d82d0d0 commit 6c1f944Copy full SHA for 6c1f944
Tests/SKCoreTests/XCTestManifests.swift
@@ -42,6 +42,8 @@ extension ToolchainRegistryTests {
42
("testDuplicateXcodeError", testDuplicateXcodeError),
43
("testDylibNames", testDylibNames),
44
("testFromDirectory", testFromDirectory),
45
+ ("testInstallPath", testInstallPath),
46
+ ("testInstallPathVsEnv", testInstallPathVsEnv),
47
("testMultipleXcodes", testMultipleXcodes),
48
("testSearchDarwin", testSearchDarwin),
49
("testSearchExplicitEnv", testSearchExplicitEnv),
0 commit comments