FIR IDE: introduce highlighting performance test

This commit is contained in:
Ilya Kirillov
2020-09-21 16:49:26 +03:00
parent 5cc12b49fc
commit 96422ea3fe
8 changed files with 473 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ dependencies {
testCompile(projectTests(":compiler:cli"))
testCompile(projectTests(":idea:idea-maven"))
testCompile(projectTests(":idea:idea-fir"))
testCompile(projectTests(":idea:idea-fir-performance-tests"))
testCompile(projectTests(":idea:idea-frontend-fir"))
testCompile(projectTests(":idea:idea-frontend-fir:idea-fir-low-level-api"))
testCompile(projectTests(":j2k"))