[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+4
-3
@@ -259,7 +259,8 @@ extra["compilerModules"] = arrayOf(
|
||||
":compiler:fir:lightTree",
|
||||
":compiler:fir:fir2ir",
|
||||
":compiler:fir:java",
|
||||
":compiler:fir:jvm"
|
||||
":compiler:fir:jvm",
|
||||
":compiler:fir:analysis-tests"
|
||||
)
|
||||
|
||||
val coreLibProjects = listOfNotNull(
|
||||
@@ -551,7 +552,7 @@ tasks {
|
||||
|
||||
register("firCompilerTest") {
|
||||
dependsOn(":compiler:fir:psi2fir:test")
|
||||
dependsOn(":compiler:fir:resolve:test")
|
||||
dependsOn(":compiler:fir:analysis-tests:test")
|
||||
dependsOn(":compiler:fir:fir2ir:test")
|
||||
dependsOn(":compiler:fir:lightTree:test")
|
||||
}
|
||||
@@ -560,7 +561,7 @@ tasks {
|
||||
dependsOn(
|
||||
":compiler:fir:psi2fir:test",
|
||||
":compiler:fir:lightTree:test",
|
||||
":compiler:fir:resolve:test",
|
||||
":compiler:fir:analysis-tests:test",
|
||||
":compiler:fir:fir2ir:test",
|
||||
":idea:idea-fir:test"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user