Build: Introduce jsFirCompilerTest & jsIrCompilerTest root tasks
This commit is contained in:
@@ -607,6 +607,14 @@ tasks {
|
|||||||
dependsOn(":js:js.tests:runMocha")
|
dependsOn(":js:js.tests:runMocha")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
register("jsFirCompilerTest") {
|
||||||
|
dependsOn(":js:js.tests:jsFirTest")
|
||||||
|
}
|
||||||
|
|
||||||
|
register("jsIrCompilerTest") {
|
||||||
|
dependsOn(":js:js.tests:jsIrTest")
|
||||||
|
}
|
||||||
|
|
||||||
register("wasmCompilerTest") {
|
register("wasmCompilerTest") {
|
||||||
dependsOn(":js:js.tests:wasmTest")
|
dependsOn(":js:js.tests:wasmTest")
|
||||||
// Windows WABT release requires Visual C++ Redistributable
|
// Windows WABT release requires Visual C++ Redistributable
|
||||||
|
|||||||
Reference in New Issue
Block a user