-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tests] Allow NativeEnvironmentConfigurator to use custom targets
By default, `NativeEnvironmentConfigurator` uses the "host" Kotlin/Native target, which is equivalent to the host OS and arch. Now, with these changes, it becomes possible to adjust the target by specifying custom target name via the `-Pkotlin.internal.native.test.target=<target_name>` Gradle CLI parameter. This CLI parameter name is already used in Kotlin/Native test infrastructure, and there are multiple configurations at TeamCity that pass different target names to Gradle via this parameter. ^KT-71333
- Loading branch information
1 parent
a53c225
commit 4cc9523
Showing
3 changed files
with
54 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters