Fix cross-compilation testing. (#2498)
This commit is contained in:
@@ -3074,6 +3074,9 @@ task produce_dynamic(type: DynamicKonanTest) {
|
||||
}
|
||||
|
||||
task library_mismatch(type: RunStandaloneKonanTest) {
|
||||
// Does not work for cross targets yet.
|
||||
disabled = (project.testTarget != null && project.testTarget != project.hostName)
|
||||
|
||||
def dir = buildDir.absolutePath
|
||||
def lib = "$projectDir/link/versioning/empty.kt"
|
||||
|
||||
@@ -3194,4 +3197,4 @@ task buildKonanTests(type: BuildKonanTest) {
|
||||
excludeList += it.source
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user