Add "firCompilerTest" configuration & include it into compiler tests
This commit is contained in:
@@ -472,6 +472,11 @@ tasks {
|
|||||||
dependsOn(":js:js.tests:runMocha")
|
dependsOn(":js:js.tests:runMocha")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
create("firCompilerTest") {
|
||||||
|
dependsOn(":compiler:fir:psi2fir:test")
|
||||||
|
dependsOn(":compiler:fir:resolve:test")
|
||||||
|
}
|
||||||
|
|
||||||
create("scriptingTest") {
|
create("scriptingTest") {
|
||||||
dependsOn("dist")
|
dependsOn("dist")
|
||||||
dependsOn(":kotlin-script-util:test")
|
dependsOn(":kotlin-script-util:test")
|
||||||
@@ -481,6 +486,7 @@ tasks {
|
|||||||
create("compilerTest") {
|
create("compilerTest") {
|
||||||
dependsOn("jvmCompilerTest")
|
dependsOn("jvmCompilerTest")
|
||||||
dependsOn("jsCompilerTest")
|
dependsOn("jsCompilerTest")
|
||||||
|
dependsOn("firCompilerTest")
|
||||||
|
|
||||||
dependsOn("scriptingTest")
|
dependsOn("scriptingTest")
|
||||||
dependsOn(":kotlin-build-common:test")
|
dependsOn(":kotlin-build-common:test")
|
||||||
|
|||||||
Reference in New Issue
Block a user