[K/N][tests] :native:native.tests:test requires platform libs

This commit is contained in:
Alexander Shabalin
2024-02-14 15:56:23 +01:00
committed by Space Team
parent 70a887e3ba
commit 72e30a3d26
+1 -1
View File
@@ -59,7 +59,7 @@ val driverTest = nativeTest("driverTest", "driver")
val testTags = findProperty("kotlin.native.tests.tags")?.toString()
// Note: arbitrary JUnit tag expressions can be used in this property.
// See https://junit.org/junit5/docs/current/user-guide/#running-tests-tag-expressions
val test by nativeTest("test", testTags)
val test by nativeTest("test", testTags, requirePlatformLibs = true)
val generateTests by generator("org.jetbrains.kotlin.generators.tests.GenerateNativeTestsKt") {
javaLauncher.set(project.getToolchainLauncherFor(JdkMajorVersion.JDK_11_0))