Rename K2 test tasks
Merge-request: KT-MR-9069 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
8f07a9cc61
commit
0c2e3d2d48
@@ -47,9 +47,9 @@ val infrastructureTest = nativeTest("infrastructureTest", "infrastructure")
|
||||
val codegenBoxTest = nativeTest("codegenBoxTest", "codegen")
|
||||
val codegenK2BoxTest = nativeTest("codegenK2BoxTest", "codegenK2")
|
||||
val stdlibTest = nativeTest("stdlibTest", "stdlib")
|
||||
val stdlibK2Test = nativeTest("stdlibTest", "stdlibK2")
|
||||
val stdlibK2Test = nativeTest("stdlibK2Test", "stdlibK2")
|
||||
val kotlinTestLibraryTest = nativeTest("kotlinTestLibraryTest", "kotlin-test")
|
||||
val kotlinTestK2LibraryTest = nativeTest("kotlinTestLibraryTest", "kotlin-testK2")
|
||||
val kotlinTestK2LibraryTest = nativeTest("kotlinTestK2LibraryTest", "kotlin-testK2")
|
||||
val klibAbiTest = nativeTest("klibAbiTest", "klib-abi")
|
||||
val klibBinaryCompatibilityTest = nativeTest("klibBinaryCompatibilityTest", "klib-binary-compatibility")
|
||||
val cinteropTest = nativeTest("cinteropTest", "cinterop")
|
||||
|
||||
Reference in New Issue
Block a user