carton/Sources/SwiftToolchain
Yuta Saito 820c2afab7
Add --bundle-path option to `carton test` (#358)
* Add --skip-build option to carton test to delegate building to users

* Add test case for --skip-build

* Rename --skip-build to --bundle-path to allow specifying binary path

* Update Sources/CartonCLI/Commands/Test.swift

Co-authored-by: Max Desiatov <max@desiatov.com>

* Rename --bundle-path to --prebuilt-test-bundle-path

* Update Sources/CartonCLI/Commands/Test.swift

Co-authored-by: Max Desiatov <max@desiatov.com>

Co-authored-by: Max Desiatov <max@desiatov.com>
2022-05-30 16:04:03 +00:00
..
BuildDescription.swift Fix `carton dev` crashing with SO sanitizer (#239) 2021-05-24 12:03:38 +01:00
BuildFlavor.swift Fix JavaScriptBigIntSupport compatibility issue (#338) 2022-05-18 23:18:54 +09:00
Builder.swift Fix linter error in `Builder.swift` (#356) 2022-05-28 20:27:06 +09:00
DestinationEnvironment.swift Fix JavaScriptBigIntSupport compatibility issue (#338) 2022-05-18 23:18:54 +09:00
Manifest.swift Use libSwiftPM 5.6 to parse manifests (#302) 2022-03-28 18:13:23 +08:00
Toolchain.swift Add --bundle-path option to `carton test` (#358) 2022-05-30 16:04:03 +00:00
ToolchainInstallation.swift Use `async`/`await` and actors instead of Combine (#283) 2022-01-17 09:04:44 +00:00
ToolchainManagement.swift Use `async`/`await` and actors instead of Combine (#283) 2022-01-17 09:04:44 +00:00
ToolchainResolver.swift Support system installed toolchain (#157) 2020-11-07 21:29:00 +09:00