kevin.cianfarini
12/30/2024, 4:34 PMlinuxArm64Test
? The task doesn't exist for me as shown below.
Verification tasks
------------------
allTests - Runs the tests for all targets and create aggregated report
check - Runs all checks.
checkKotlinGradlePluginConfigurationErrors - Checks that Kotlin Gradle Plugin hasn't reported project configuration errors, failing otherwise. This task always runs before compileKotlin* or similar tasks.
iosSimulatorArm64Test - Executes Kotlin/Native unit tests for target iosSimulatorArm64.
iosX64Test - Executes Kotlin/Native unit tests for target iosX64.
jsNodeTest - Run all js tests inside nodejs using the builtin test framework
jsTest - Run JS tests for all platforms
jvmTest - Runs the tests of the test test run.
linuxX64Test - Executes Kotlin/Native unit tests for target linuxX64.
macosArm64Test - Executes Kotlin/Native unit tests for target macosArm64.
macosX64Test - Executes Kotlin/Native unit tests for target macosX64.
mingwX64Test - Executes Kotlin/Native unit tests for target mingwX64.
tvosSimulatorArm64Test - Executes Kotlin/Native unit tests for target tvosSimulatorArm64.
tvosX64Test - Executes Kotlin/Native unit tests for target tvosX64.
wasmJsNodeTest - Run all wasmJs tests inside nodejs using the builtin test framework
wasmJsTest - Run JS tests for all platforms
wasmWasiNodeTest - Run all wasmWasi tests inside nodejs using the builtin test framework
wasmWasiTest - Run JS tests for all platforms
watchosSimulatorArm64Test - Executes Kotlin/Native unit tests for target watchosSimulatorArm64.
watchosX64Test - Executes Kotlin/Native unit tests for target watchosX64.
CLOVIS
12/30/2024, 4:55 PMkevin.cianfarini
12/30/2024, 5:04 PMkevin.cianfarini
12/30/2024, 5:09 PMkevin.cianfarini
12/30/2024, 5:10 PMRunning tests indicates out of the box support for running tests in Gradle and IDE.
This is only available on a native host for the specific target. For example, you can runandmacosX64
tests only on macOS x86-64 host.iosX64
kevin.cianfarini
12/30/2024, 5:10 PMshaktiman_droid
12/30/2024, 7:29 PMlinuxArm64()
target?kevin.cianfarini
12/30/2024, 7:32 PMkevin.cianfarini
12/30/2024, 7:34 PMephemient
12/30/2024, 7:53 PM./gradlew linuxArm64TestBinaries
and build/bin/linuxArm64/debugTest/test.kexe
directly even without test support within KGPkevin.cianfarini
12/30/2024, 7:54 PM