Build: Add miscCompilerTest task
for everything except jvmCompilerTest & jsCompilerTest
This commit is contained in:
@@ -613,6 +613,10 @@ tasks {
|
|||||||
register("compilerTest") {
|
register("compilerTest") {
|
||||||
dependsOn("jvmCompilerTest")
|
dependsOn("jvmCompilerTest")
|
||||||
dependsOn("jsCompilerTest")
|
dependsOn("jsCompilerTest")
|
||||||
|
dependsOn("miscCompilerTest")
|
||||||
|
}
|
||||||
|
|
||||||
|
register("miscCompilerTest") {
|
||||||
dependsOn("wasmCompilerTest")
|
dependsOn("wasmCompilerTest")
|
||||||
dependsOn("nativeCompilerTest")
|
dependsOn("nativeCompilerTest")
|
||||||
dependsOn("firCompilerTest")
|
dependsOn("firCompilerTest")
|
||||||
|
|||||||
Reference in New Issue
Block a user