Move stub building test generation to analysis generator

This commit is contained in:
Ilya Kirillov
2021-12-20 18:00:33 +03:00
parent 1e9764c639
commit d2832697d9
5 changed files with 23 additions and 20 deletions
+1 -5
View File
@@ -756,7 +756,6 @@ tasks {
dependsOn("examplesTest")
dependsOn("nativeCompilerTest")
dependsOn("psiStubTests")
dependsOn(":kotlin-daemon-tests:test")
dependsOn("scriptingTest")
@@ -776,10 +775,6 @@ tasks {
dependsOn(":generators:test")
}
register("psiStubTests") {
dependsOn( ":compiler:psi:cls-psi-file-stub-builder:test")
}
register("toolsTest") {
dependsOn(":tools:kotlinp:test")
dependsOn(":native:kotlin-klib-commonizer:test")
@@ -818,6 +813,7 @@ tasks {
register("frontendApiTests") {
dependsOn("dist")
dependsOn(
":analysis:decompiler:decompiler-to-file-stubs",
":analysis:analysis-api:test",
":analysis:analysis-api-fir:test",
":analysis:analysis-api-fe10:test",