Fix cross-compilation testing. (#2498)
This commit is contained in:
@@ -3074,6 +3074,9 @@ task produce_dynamic(type: DynamicKonanTest) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task library_mismatch(type: RunStandaloneKonanTest) {
|
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 dir = buildDir.absolutePath
|
||||||
def lib = "$projectDir/link/versioning/empty.kt"
|
def lib = "$projectDir/link/versioning/empty.kt"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user