Use target-specific cache control in tests

This commit is contained in:
Sergey Bogolepov
2021-01-13 15:08:05 +07:00
parent 2dabfbc613
commit ed18fcdf28
3 changed files with 3 additions and 3 deletions
@@ -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 @@
kotlin.native.cacheKind=none
kotlin.native.cacheKind.ios_x64=none
@@ -1 +1 @@
kotlin.native.cacheKind=none
kotlin.native.cacheKind.ios_x64=none