From f016f60f862f0e599cd05a689fb48c06e1cebaa1 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmair Date: Thu, 22 Aug 2024 11:25:31 +0200 Subject: [PATCH] [kotlin] Introduce 'kotlin.compose-all-tests.k2' for running tests with K2 & compose IDEA-357987 GitOrigin-RevId: 169c62beb15cffc0284b44c7808e8a262718eb51 --- .../testFramework/testSrc/tests/testGroups.properties | 3 +++ .../all-tests-compose/kotlin.compose-all-tests.k2.iml | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 plugins/kotlin/all-tests-compose/kotlin.compose-all-tests.k2.iml diff --git a/platform/testFramework/testSrc/tests/testGroups.properties b/platform/testFramework/testSrc/tests/testGroups.properties index 1fc520f67761..518561c487c5 100644 --- a/platform/testFramework/testSrc/tests/testGroups.properties +++ b/platform/testFramework/testSrc/tests/testGroups.properties @@ -389,6 +389,9 @@ org.jetbrains.kotlin.idea.*.k2 org.jetbrains.fir.uast.test.* org.jetbrains.kotlin.j2k.k2.* +[KOTLIN_COMPOSE_K2_TESTS] +org.jetbrains.kotlin.idea.compose.k2.* + [TARGETS_API_INTEGRATION_TESTS] com.intellij.tests.targets.integration.* diff --git a/plugins/kotlin/all-tests-compose/kotlin.compose-all-tests.k2.iml b/plugins/kotlin/all-tests-compose/kotlin.compose-all-tests.k2.iml new file mode 100644 index 000000000000..2e914f204858 --- /dev/null +++ b/plugins/kotlin/all-tests-compose/kotlin.compose-all-tests.k2.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file