IJI-3278 update bazel files

GitOrigin-RevId: 0ce0d149a1ab9437ca1b7c6dd67b05d756cfb4b3
This commit is contained in:
Leonid Shalupov
2025-11-25 10:41:06 +00:00
committed by intellij-monorepo-bot
parent 97c72b5faa
commit f9fc4cf0ec
41 changed files with 238 additions and 2 deletions
+6
View File
@@ -1,6 +1,12 @@
### auto-generated section `build intellij.idea.community.build.tests` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "tests_test_lib",
module_name = "intellij.idea.community.build.tests",
+6
View File
@@ -14,6 +14,12 @@ create_kotlinc_options(
x_lambdas = "class"
)
jvm_library(
name = "test",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True, exclude = ["**/module-info.java"])
)
jvm_library(
name = "test_test_lib",
module_name = "fleet.codecache.test",
+6
View File
@@ -9,6 +9,12 @@ create_kotlinc_options(
x_lambdas = "class"
)
jvm_library(
name = "test",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True, exclude = ["**/module-info.java"])
)
jvm_library(
name = "test_test_lib",
module_name = "fleet.util.codepoints.test",
+6
View File
@@ -1,3 +1,9 @@
### auto-generated section `build intellij.libraries.dokka` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "dokka",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
### auto-generated section `build intellij.libraries.dokka` end
@@ -7,6 +7,12 @@ resourcegroup(
strip_prefix = "testResources"
)
jvm_library(
name = "codeOptimizer",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "codeOptimizer_test_lib",
module_name = "intellij.platform.buildScripts.codeOptimizer",
+6
View File
@@ -7,6 +7,12 @@ resourcegroup(
strip_prefix = "testResources"
)
jvm_library(
name = "tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "tests_test_lib",
module_name = "intellij.platform.buildScripts.tests",
+2 -1
View File
@@ -31,6 +31,7 @@ jvm_library(
"//platform/jewel/markdown/extensions/gfm-tables",
"//platform/jewel/markdown/extensions/images",
"//platform/jewel/markdown/ide-laf-bridge-styling",
]
],
plugins = ["@lib//:compose-plugin"]
)
### auto-generated section `build intellij.platform.compose.markdown` end
+6
View File
@@ -27,6 +27,12 @@ jvm_library(
### auto-generated section `build intellij.platform.core.nio.fs` end
### auto-generated section `build intellij.platform.core.nio.fs.tests` start
jvm_library(
name = "core-nio-fs-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "core-nio-fs-tests_test_lib",
module_name = "intellij.platform.core.nio.fs.tests",
+6
View File
@@ -65,6 +65,12 @@ jps_test(
### auto-generated section `test intellij.platform.eel.codegen` end
### auto-generated section `build intellij.platform.eel.tests` start
jvm_library(
name = "eel-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "eel-tests_test_lib",
module_name = "intellij.platform.eel.tests",
@@ -33,6 +33,12 @@ resourcegroup(
strip_prefix = "testData"
)
jvm_library(
name = "externalSystem-dependencyUpdater-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "externalSystem-dependencyUpdater-tests_test_lib",
module_name = "intellij.platform.externalSystem.dependencyUpdater.tests",
+6
View File
@@ -17,6 +17,12 @@ jvm_library(
### auto-generated section `build intellij.platform.instanceContainer` end
### auto-generated section `build intellij.platform.instanceContainer.tests` start
jvm_library(
name = "instanceContainer-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "instanceContainer-tests_test_lib",
module_name = "intellij.platform.instanceContainer.tests",
@@ -34,6 +34,7 @@ jvm_library(
"//libraries/compose-foundation-desktop",
"//platform/jewel/foundation",
"//platform/jewel/int-ui/int-ui-standalone:jewel-intUi-standalone",
]
],
plugins = ["@lib//:compose-plugin"]
)
### auto-generated section `build intellij.platform.jewel.intUi.decoratedWindow` end
@@ -14,6 +14,12 @@ create_kotlinc_options(
x_explicit_api_mode = "strict"
)
jvm_library(
name = "jewel-intUi-standalone-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "jewel-intUi-standalone-tests_test_lib",
module_name = "intellij.platform.jewel.intUi.standalone.tests",
+6
View File
@@ -19,6 +19,12 @@ resourcegroup(
strip_prefix = "src/test/resources"
)
jvm_library(
name = "ui-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "ui-tests_test_lib",
module_name = "intellij.platform.jewel.uiTests",
@@ -9,6 +9,12 @@ kt_javac_options(
no_proc = False
)
jvm_library(
name = "benchmarks",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "benchmarks_test_lib",
module_name = "intellij.platform.benchmarks",
@@ -10,6 +10,12 @@ create_kotlinc_options(
]
)
jvm_library(
name = "durability",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "durability_test_lib",
module_name = "intellij.platform.durability",
+6
View File
@@ -77,6 +77,12 @@ resourcegroup(
strip_prefix = "testData"
)
jvm_library(
name = "polySymbols-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "polySymbols-tests_test_lib",
module_name = "intellij.platform.polySymbols.tests",
@@ -1,6 +1,12 @@
### auto-generated section `build intellij.platform.util.immutableKeyValueStore.benchmark` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "benchmark",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "benchmark_test_lib",
module_name = "intellij.platform.util.immutableKeyValueStore.benchmark",
@@ -45,6 +45,12 @@ jvm_library(
### auto-generated section `build intellij.compose.ide.plugin.k1` end
### auto-generated section `build intellij.compose.ide.plugin.k1.tests` start
jvm_library(
name = "ide-plugin-k1-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "ide-plugin-k1-tests_test_lib",
visibility = ["//visibility:public"],
@@ -1,6 +1,12 @@
### auto-generated section `build intellij.compose.ide.plugin.projectStructureTests` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "ide-plugin-projectStructureTests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "ide-plugin-projectStructureTests_test_lib",
module_name = "intellij.compose.ide.plugin.projectStructureTests",
+6
View File
@@ -48,6 +48,12 @@ jvm_library(
### auto-generated section `build intellij.evaluationPlugin` end
### auto-generated section `build intellij.evaluationPlugin.tests` start
jvm_library(
name = "evaluationPlugin-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "evaluationPlugin-tests_test_lib",
module_name = "intellij.evaluationPlugin.tests",
@@ -33,6 +33,12 @@ jvm_library(
### auto-generated section `build intellij.gradle.declarativeSync` end
### auto-generated section `build intellij.gradle.declarativeSync.tests` start
jvm_library(
name = "declarativeSync-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "declarativeSync-tests_test_lib",
module_name = "intellij.gradle.declarativeSync.tests",
@@ -36,6 +36,12 @@ jvm_library(
### auto-generated section `build intellij.gradle.native.tooling` end
### auto-generated section `build intellij.gradle.native.tooling.tests` start
jvm_library(
name = "gradle-native-tooling-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "gradle-native-tooling-tests_test_lib",
module_name = "intellij.gradle.native.tooling.tests",
+6
View File
@@ -1,6 +1,12 @@
### auto-generated section `build intellij.junit.groovy.tests` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "groovy-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "groovy-tests_test_lib",
module_name = "intellij.junit.groovy.tests",
+6
View File
@@ -1,6 +1,12 @@
### auto-generated section `build intellij.junit.v6.rt.tests` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "junit-v6-rt-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "junit-v6-rt-tests_test_lib",
module_name = "intellij.junit.v6.rt.tests",
@@ -1,6 +1,12 @@
### auto-generated section `build intellij.kotlin.gradle.multiplatform.tests` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "kotlin-gradle-multiplatform-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "kotlin-gradle-multiplatform-tests_test_lib",
module_name = "intellij.kotlin.gradle.multiplatform.tests",
@@ -1,6 +1,12 @@
### auto-generated section `build intellij.kotlin.gradle.multiplatformTests` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "multiplatform-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "multiplatform-tests_test_lib",
module_name = "intellij.kotlin.gradle.multiplatformTests",
@@ -1,6 +1,12 @@
### auto-generated section `build kotlin.util.test-generator-all` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "test-generator-all",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "test-generator-all_test_lib",
module_name = "kotlin.util.test-generator-all",
@@ -1,6 +1,12 @@
### auto-generated section `build intellij.maven.server.tests` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "maven-server-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "maven-server-tests_test_lib",
module_name = "intellij.maven.server.tests",
+6
View File
@@ -54,6 +54,12 @@ jvm_library(
### auto-generated section `build intellij.settingsRepository` end
### auto-generated section `build intellij.settingsRepository.tests` start
jvm_library(
name = "settingsRepository-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "settingsRepository-tests_test_lib",
module_name = "intellij.settingsRepository.tests",
+6
View File
@@ -26,6 +26,12 @@ jvm_library(
### auto-generated section `build intellij.sh.copyright` end
### auto-generated section `build intellij.sh.copyright.tests` start
jvm_library(
name = "copyright-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "copyright-tests_test_lib",
module_name = "intellij.sh.copyright.tests",
+6
View File
@@ -40,6 +40,12 @@ jvm_library(
### auto-generated section `build intellij.sh.core` end
### auto-generated section `build intellij.sh.tests` start
jvm_library(
name = "tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "tests_test_lib",
module_name = "intellij.sh.tests",
+6
View File
@@ -33,6 +33,12 @@ jvm_library(
### auto-generated section `build intellij.turboComplete` end
### auto-generated section `build intellij.turboComplete.tests` start
jvm_library(
name = "turboComplete-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "turboComplete-tests_test_lib",
module_name = "intellij.turboComplete.tests",
+6
View File
@@ -618,6 +618,12 @@ resourcegroup(
strip_prefix = "helpersTestResources"
)
jvm_library(
name = "python-helpers-tests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "python-helpers-tests_test_lib",
module_name = "intellij.python.helpers.tests",
@@ -1,3 +1,9 @@
### auto-generated section `build intellij.pycharm.community.build.debugBinaries` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "pycharm-community-build-debugBinaries",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
### auto-generated section `build intellij.pycharm.community.build.debugBinaries` end
@@ -7,6 +7,12 @@ create_kotlinc_options(
x_context_parameters = True
)
jvm_library(
name = "lambda-sampleTests",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "lambda-sampleTests_test_lib",
module_name = "intellij.lambda.sampleTests",
@@ -13,6 +13,12 @@ resourcegroup(
strip_prefix = "resources"
)
jvm_library(
name = "lambda-sampleTestsWithFixtures",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "lambda-sampleTestsWithFixtures_test_lib",
module_name = "intellij.lambda.sampleTestsWithFixtures",
@@ -7,6 +7,12 @@ resourcegroup(
strip_prefix = "testResources"
)
jvm_library(
name = "plugin",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "plugin_test_lib",
module_name = "intellij.lambda.sampleTestsWithFixtures.plugin",
@@ -13,6 +13,12 @@ resourcegroup(
strip_prefix = "resources"
)
jvm_library(
name = "lambda-sampleTestsWithPlugin",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "lambda-sampleTestsWithPlugin_test_lib",
module_name = "intellij.lambda.sampleTestsWithPlugin",
@@ -7,6 +7,12 @@ resourcegroup(
strip_prefix = "testResources"
)
jvm_library(
name = "plugin",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "plugin_test_lib",
module_name = "intellij.lambda.sampleTestsWithPlugin.plugin",
@@ -7,6 +7,12 @@ resourcegroup(
strip_prefix = "testResources"
)
jvm_library(
name = "plugin",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "plugin_test_lib",
module_name = "intellij.lambda.test.plugin",