Skip to content

Commit

Permalink
Build: Introduce jsFirCompilerTest & jsIrCompilerTest root tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
4u7 committed Dec 14, 2022
1 parent 4c4a92b commit 4ae12bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Expand Up @@ -607,6 +607,14 @@ tasks {
dependsOn(":js:js.tests:runMocha")
}

register("jsFirCompilerTest") {
dependsOn(":js:js.tests:jsFirTest")
}

register("jsIrCompilerTest") {
dependsOn(":js:js.tests:jsIrTest")
}

register("wasmCompilerTest") {
dependsOn(":js:js.tests:wasmTest")
// Windows WABT release requires Visual C++ Redistributable
Expand Down

0 comments on commit 4ae12bf

Please sign in to comment.