Hello Everyone! I am sorry for a probably stupid ...
# kotlin-native
o
Hello Everyone! I am sorry for a probably stupid question but could anyone advise how to run this test from kotlin project? https://github.com/JetBrains/kotlin/blob/master/kotlin-native/runtime/test/text/StringNumberConversionNativeTest.kt This is the command I tried to execute but I couldn’t complete it (probably because GitHub codespace does not have enough resources)
./gradlew :kotlin-native:runtime:hostRuntimeTests -Pkotlin.native.enabled=true
Maybe there is a more specific task that I can execute? Thank you in advance!
I figured out that is should be executed from libraries/stdlib project but I have a compilation error related to some classes in kotlin-native/runtime/main. If anyone knows how correctly to run native test I would appreciate the help
This is the command:
./gradlew :native:native.tests:stdlibTest -Pkotlin.native.enabled=true
Got a help on GitHub