[Native][tests] Rename test tag "klib" to "klib-abi" to be more specific
This commit is contained in:
@@ -153,7 +153,7 @@ val infrastructureTest = nativeTest("infrastructureTest", "infrastructure")
|
|||||||
val codegenBoxTest = nativeTest("codegenBoxTest", "codegen")
|
val codegenBoxTest = nativeTest("codegenBoxTest", "codegen")
|
||||||
val stdlibTest = nativeTest("stdlibTest", "stdlib")
|
val stdlibTest = nativeTest("stdlibTest", "stdlib")
|
||||||
val kotlinTestLibraryTest = nativeTest("kotlinTestLibraryTest", "kotlin-test")
|
val kotlinTestLibraryTest = nativeTest("kotlinTestLibraryTest", "kotlin-test")
|
||||||
val klibAbiTest = nativeTest("klibAbiTest", "klib")
|
val klibAbiTest = nativeTest("klibAbiTest", "klib-abi")
|
||||||
|
|
||||||
// "test" task is created by convention. We can't just remove it. Let's enable it in developer's environment, so it can be used
|
// "test" task is created by convention. We can't just remove it. Let's enable it in developer's environment, so it can be used
|
||||||
// to run any test from IDE or from console, but disable it at TeamCity where it is not supposed to be ever used.
|
// to run any test from IDE or from console, but disable it at TeamCity where it is not supposed to be ever used.
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@ import org.jetbrains.kotlin.konan.blackboxtest.support.util.*
|
|||||||
import org.junit.jupiter.api.Tag
|
import org.junit.jupiter.api.Tag
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|
||||||
@Tag("klib")
|
@Tag("klib-abi")
|
||||||
abstract class AbstractNativeKlibABITest : AbstractNativeSimpleTest() {
|
abstract class AbstractNativeKlibABITest : AbstractNativeSimpleTest() {
|
||||||
private val producedKlibs = linkedMapOf<KLIB, Collection<File>>() // IMPORTANT: The order makes sense!
|
private val producedKlibs = linkedMapOf<KLIB, Collection<File>>() // IMPORTANT: The order makes sense!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user