[Native][tests] Rename KLIB binary compatibility tests to KLIB evolution tests

This commit is contained in:
Dmitriy Dolovov
2023-03-31 16:28:27 +02:00
committed by Space Team
parent 49beec33b4
commit 3506e0c20f
4 changed files with 14 additions and 19 deletions
-1
View File
@@ -53,7 +53,6 @@ val stdlibK2Test = nativeTest("stdlibK2Test", "stdlibK2")
val kotlinTestLibraryTest = nativeTest("kotlinTestLibraryTest", "kotlin-test")
val kotlinTestK2LibraryTest = nativeTest("kotlinTestK2LibraryTest", "kotlin-testK2")
val partialLinkageTest = nativeTest("partialLinkageTest", "partial-linkage")
val klibBinaryCompatibilityTest = nativeTest("klibBinaryCompatibilityTest", "klib-binary-compatibility")
val cinteropTest = nativeTest("cinteropTest", "cinterop")
val debuggerTest = nativeTest("debuggerTest", "debugger")
val cachesTest = nativeTest("cachesTest", "caches")