unit-tests: Create a simple test runner implementation

This commit is contained in:
Vasily Levchenko
2017-05-03 07:52:07 +03:00
committed by ilmat192
parent 77195e8e90
commit f26e5b5f02
18 changed files with 550 additions and 3 deletions
+4
View File
@@ -258,6 +258,10 @@ 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')