unit-tests: Create a simple test runner implementation
This commit is contained in:
committed by
ilmat192
parent
77195e8e90
commit
f26e5b5f02
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user