[FIR-TEST] Add build tasks for running all fir tests
- `:firCompilerTest` run all compiler fir tests - `:idea:firTest` run all IDE fir tests - `:firAllTest` run all fir tests
This commit is contained in:
@@ -183,6 +183,15 @@ projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
projectTest("firTest", parallel = true) {
|
||||
dependsOn(":dist")
|
||||
workingDir = rootDir
|
||||
filter {
|
||||
includeTestsMatching("org.jetbrains.kotlin.idea.fir.*")
|
||||
includeTestsMatching("org.jetbrains.kotlin.idea.resolve.FirReferenceResolveTestGenerated")
|
||||
}
|
||||
}
|
||||
|
||||
configureFormInstrumentation()
|
||||
|
||||
testsJar()
|
||||
Reference in New Issue
Block a user