unit-tests: Minor fixes before review

This commit is contained in:
Ilya Matveev
2017-09-18 16:40:56 +03:00
committed by ilmat192
parent 2d757c4150
commit 4c3016d21b
8 changed files with 6 additions and 21 deletions
-4
View File
@@ -258,10 +258,6 @@ targetList.each { target ->
rename("${target}Start.bc", 'start.bc')
into("klib/stdlib/targets/$target/native")
}
from(project(':runtime').file("build/${target}Test.bc")) {
rename("${target}Test.bc", 'test.bc')
into("klib/stdlib/targets/$target/native")
}
if (target == 'wasm32') {
from(project(':runtime').file('src/launcher/js')) {
into('klib/stdlib/targets/wasm32/included')