FIR UAST: introduce values tests

This commit is contained in:
Jinseong Jeon
2021-05-24 23:40:26 -07:00
committed by Ilya Kirillov
parent cf2f36fa49
commit e1a99ede09
146 changed files with 4827 additions and 0 deletions
@@ -1673,6 +1673,10 @@ fun main(args: Array<String>) {
testClass<AbstractFirLegacyUastTypesTest> {
model("")
}
testClass<AbstractFirLegacyUastValuesTest> {
model("")
}
}
testGroup("plugins/uast-kotlin-fir/tests", "plugins/uast-kotlin-fir/testData") {
@@ -1693,6 +1697,10 @@ fun main(args: Array<String>) {
testClass<AbstractFE1LegacyUastTypesTest> {
model("")
}
testClass<AbstractFE1LegacyUastValuesTest> {
model("")
}
}
testGroup("idea/performanceTests/test", "idea/testData") {