Use target-specific cache control in tests
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ class NativePlatformLibsIT : BaseGradleIT() {
|
||||
}
|
||||
|
||||
// Change cache kind and check that platform libraries generator was executed.
|
||||
buildWithLightDist("tasks", "-Pkotlin.native.cacheKind=static") {
|
||||
buildWithLightDist("tasks", "-Pkotlin.native.cacheKind.ios_x64=static") {
|
||||
assertSuccessful()
|
||||
assertContains("Precompile platform libraries for ios_x64 (precompilation: static)")
|
||||
}
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
kotlin.native.cacheKind=none
|
||||
kotlin.native.cacheKind.ios_x64=none
|
||||
+1
-1
@@ -1 +1 @@
|
||||
kotlin.native.cacheKind=none
|
||||
kotlin.native.cacheKind.ios_x64=none
|
||||
Reference in New Issue
Block a user