Initial support for MIPS

This commit is contained in:
Sergey Bogolepov
2017-09-15 16:41:31 +07:00
committed by ilmat192
parent eb0415b2e5
commit 9187022721
6 changed files with 42 additions and 5 deletions
+1
View File
@@ -2111,6 +2111,7 @@ task interop3(type: RunInteropKonanTest) {
// There are plans to provide a solution and turn this
// test back on.
disabled = (project.testTarget == 'raspberrypi') ||
(project.testTarget == 'mips') ||
(project.testTarget == 'wasm32') // No interop for wasm yet.
goldValue = "8 9 12 13 14 \n"
source = "interop/basics/3.kt"