[Build] Add FIR plugin prototype tests to firCompilerTest task

This commit is contained in:
Dmitriy Novozhilov
2021-10-12 11:12:40 +03:00
committed by TeamCityServer
parent fce6efe412
commit d6e428cd98
+1
View File
@@ -711,6 +711,7 @@ tasks {
dependsOn(":compiler:fir:analysis-tests:test")
dependsOn(":compiler:fir:analysis-tests:legacy-fir-tests:test")
dependsOn(":compiler:fir:fir2ir:test")
dependsOn(":plugins:fir:fir-plugin-prototype:test")
}
register("firAllTest") {