[Swift Export] Rename tests generation tool

Now it generates test-cases for sir-compiler-bridges as well,
so it makes sense to move away from Analysis API in its name.
This commit is contained in:
Sergey Bogolepov
2023-11-20 11:52:48 +01:00
committed by Space Team
parent fe9ab0a1fc
commit 58bef34b9c
6 changed files with 16 additions and 16 deletions
@@ -17,7 +17,7 @@ dependencies {
testImplementation(libs.junit.jupiter.api)
}
val generateSirAnalysisApiTests by generator("org.jetbrains.kotlin.generators.tests.native.swift.sir.analysis.api.GenerateSirAnalysisApiTestsKt")
val generateTests by generator("org.jetbrains.kotlin.generators.tests.native.swift.sir.GenerateSirTestsKt")
testsJar()
@@ -3,7 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.generators.tests.native.swift.sir.analysis.api
package org.jetbrains.kotlin.generators.tests.native.swift.sir
import org.jetbrains.kotlin.generators.generateTestGroupSuiteWithJUnit5
import org.jetbrains.kotlin.sir.analysisapi.AbstractKotlinSirContextTest