[tests] Fix jsinterop test

This commit is contained in:
Ilya Matveev
2018-03-01 14:16:57 +03:00
committed by ilmat192
parent 968014868d
commit d5ddc5902d
+1 -1
View File
@@ -2519,7 +2519,7 @@ if (isMac()) {
task jsinterop_math(type: RunStandaloneKonanTest) {
doFirst {
def jsinteropScript = isWindows() ? "jsinterop.bat" : "jsinterop"
def jsinterop = "$distDir/bin/$jsinteropScript"
def jsinterop = "$dist/bin/$jsinteropScript"
// TODO: We probably need a NativeInteropPlugin for jsinterop?
"$jsinterop -pkg kotlinx.interop.wasm.math -o $buildDir/jsmath -target wasm32".execute().waitFor()