[K/N][tests] :native:native.tests:test requires platform libs
This commit is contained in:
committed by
Space Team
parent
70a887e3ba
commit
72e30a3d26
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user