[Test] Move fir backend tests back to :compiler:fir2ir module

This commit is contained in:
Dmitriy Novozhilov
2021-01-28 12:50:25 +03:00
parent e79d02f482
commit 2ae35b0b08
8 changed files with 19 additions and 18 deletions
@@ -122,7 +122,9 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
model("diagnostics/tests", excludedPattern = excludedFirTestdataPattern)
model("diagnostics/testsWithStdLib", excludedPattern = excludedFirTestdataPattern)
}
}
testGroup(testsRoot = "compiler/fir/fir2ir/tests-gen", testDataRoot = "compiler/testData") {
testClass<AbstractFirBlackBoxCodegenTest> {
model("codegen/box", excludeDirs = listOf("oldLanguageVersions"))
model("codegen/boxAgainstJava", excludeDirs = listOf("oldLanguageVersions"))
@@ -147,7 +149,7 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
}
}
testGroup(testsRoot = "compiler/fir/analysis-tests/tests-gen", testDataRoot = "compiler/testData") {
testGroup(testsRoot = "compiler/fir/fir2ir/tests-gen", testDataRoot = "compiler/testData") {
testClass<AbstractFir2IrTextTest> {
model("ir/irText")
}