Build: Add a separate task for K2 native codegen box tests

This commit is contained in:
Vyacheslav Gerasimov
2023-01-11 15:27:03 +01:00
parent e4d209cbde
commit b4071e1bbe
3 changed files with 593 additions and 591 deletions
+1
View File
@@ -44,6 +44,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
// Tasks that run different sorts of tests. Most frequent use case: running specific tests at TeamCity.
val infrastructureTest = nativeTest("infrastructureTest", "infrastructure")
val codegenBoxTest = nativeTest("codegenBoxTest", "codegen")
val codegenK2BoxTest = nativeTest("codegenK2BoxTest", "codegenK2")
val stdlibTest = nativeTest("stdlibTest", "stdlib")
val kotlinTestLibraryTest = nativeTest("kotlinTestLibraryTest", "kotlin-test")
val klibAbiTest = nativeTest("klibAbiTest", "klib-abi")