[BTA tests] Rename the compatibility tests annotation
^KT-61860 In Progress
This commit is contained in:
committed by
Space Team
parent
2a3cc758cf
commit
2347f732db
@@ -129,7 +129,7 @@ testing {
|
|||||||
ensureExecutedAgainstExpectedBuildToolsImplVersion(suitConfig.implVersion)
|
ensureExecutedAgainstExpectedBuildToolsImplVersion(suitConfig.implVersion)
|
||||||
useJUnitPlatform {
|
useJUnitPlatform {
|
||||||
if (suitConfig.onlyCompatibilityTests) {
|
if (suitConfig.onlyCompatibilityTests) {
|
||||||
includeTags("CompatibilityTest")
|
includeTags("CompatibilityTests")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
systemProperty("kotlin.build-tools-api.log.level", "DEBUG")
|
systemProperty("kotlin.build-tools-api.log.level", "DEBUG")
|
||||||
|
|||||||
+1
-1
@@ -10,4 +10,4 @@ import org.junit.jupiter.api.Tag
|
|||||||
@Target(AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.FUNCTION)
|
@Target(AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.FUNCTION)
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
@Retention(AnnotationRetention.RUNTIME)
|
||||||
@Tag("CompatibilityTest")
|
@Tag("CompatibilityTest")
|
||||||
annotation class CompatibilityTest
|
annotation class CompatibilityTests
|
||||||
Reference in New Issue
Block a user