[FIR-TEST] Move FIR ide tests to separate module
This commit is contained in:
@@ -188,15 +188,6 @@ 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