build: compile backend.native/tests with Kotlin runtime
This commit is contained in:
committed by
Nikolay Igotti
parent
17b757bc2b
commit
6bfbf1050b
@@ -29,7 +29,9 @@ public class KonanTest extends DefaultTask {
|
||||
classpath = classpathSs
|
||||
args "-output", "${sourceBc.absolutePath}",
|
||||
"-runtime", "${runtimeBc.absolutePath}",
|
||||
"${sourceKt.absolutePath}"
|
||||
"${sourceKt.absolutePath}",
|
||||
project.project(':runtime').file('src/main/kotlin')
|
||||
|
||||
jvmArgs "-Djava.library.path=${backendNative.buildDir.canonicalPath}/nativelibs"
|
||||
}
|
||||
def runtimeS = bc2s(runtimeBc)
|
||||
|
||||
Reference in New Issue
Block a user