[FIR-TEST] Add tests of compiler plugin prototype to :firAllTest

This commit is contained in:
Dmitriy Novozhilov
2020-05-08 11:26:11 +03:00
parent 959ecceaf7
commit edd7d5b0b0
+2 -1
View File
@@ -583,7 +583,8 @@ tasks {
":compiler:fir:raw-fir:light-tree2fir:test",
":compiler:fir:analysis-tests:test",
":compiler:fir:fir2ir:test",
":idea:idea-fir:test"
":idea:idea-fir:test",
":plugins:fir:fir-plugin-protoytype:test"
)
}