Files
kotlin-fork/native/kotlin-test-native-xctest
Pavel Punegov 24c91bbf56 [K/N] XCTest runner test arguments processing
Get test arguments from the process arguments and environment.
There is the following order to get args:
1. Get from the process arguments.
2. If no arguments are specified, try to use process environment.
3. Get the KotlinNativeTestArgs key from the Info.plist.

Part of the ^KT-58928
2024-03-01 18:39:16 +00:00
..