Disabled cross targets for the produce dynamic test.

MIPS and WASM32 need more attention.
This commit is contained in:
alexander-gorshenev
2017-12-14 19:16:35 +03:00
parent bf612fdbdc
commit e2040f9b5d
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -2337,6 +2337,7 @@ if (isMac()) {
}
task produce_dynamic(type: DynamicKonanTest) {
disabled = (project.testTarget != null && project.testTarget != project.hostName)
source = "produce_dynamic/simple/hello.kt"
cSource = "$projectDir/produce_dynamic/simple/main.c"
goldValue = "Hello, dynamic!\n"