[FIR] Add generating of rawBuilder tests for light tree

This commit is contained in:
Dmitriy Novozhilov
2019-11-21 14:54:40 +03:00
parent 43e621530f
commit 841ba6ea11
8 changed files with 337 additions and 110 deletions
+1
View File
@@ -13,6 +13,7 @@ dependencies {
testCompile(project(":compiler:backend"))
testCompile(project(":compiler:fir:tree"))
testCompile(project(":compiler:fir:psi2fir"))
testCompile(project(":compiler:fir:lightTree"))
testCompile(project(":compiler:fir:fir2ir"))
testCompile(project(":compiler:fir:cones"))
testCompile(project(":compiler:fir:resolve"))