[gradle][tests] Fixed the smoke test on K/N incremental compilation
This commit is contained in:
+2
-1
@@ -41,9 +41,10 @@ class NativeIncrementalCompilationIT : KGPBaseTest() {
|
||||
"-Xbackend-threads=4"
|
||||
)
|
||||
|
||||
val icCacheDir = projectPath.resolve("build").resolve("kotlin-native-ic-cache").resolve("debugExecutable")
|
||||
val incrementalCacheArgs = arrayOf(
|
||||
"-Xenable-incremental-compilation",
|
||||
"-Xic-cache-dir=${projectPath.resolve("build").resolve("kotlin-native-ic-cache").toFile().canonicalPath}"
|
||||
"-Xic-cache-dir=${icCacheDir.toFile().canonicalPath}"
|
||||
)
|
||||
|
||||
// disabled incremental cache parameter
|
||||
|
||||
Reference in New Issue
Block a user