diff --git a/RegExpSupport/BUILD.bazel b/RegExpSupport/BUILD.bazel index 5360c7085820..0c7a03dcc7f8 100644 --- a/RegExpSupport/BUILD.bazel +++ b/RegExpSupport/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.regexp` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -62,7 +63,7 @@ jvm_library( runtime_deps = [":regexp_resources"] ) -jvm_test( +jps_test( name = "regexp_test", runtime_deps = [":regexp_test_lib"] ) diff --git a/aether-dependency-resolver/BUILD.bazel b/aether-dependency-resolver/BUILD.bazel index c01e3e2c9600..c64b39e49e01 100644 --- a/aether-dependency-resolver/BUILD.bazel +++ b/aether-dependency-resolver/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.aetherDependencyResolver` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -49,7 +50,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "aether-dependency-resolver_test", runtime_deps = [":aether-dependency-resolver_test_lib"] ) diff --git a/build/launch/BUILD.bazel b/build/launch/BUILD.bazel index 6475bc061cb2..f6a3b910a611 100644 --- a/build/launch/BUILD.bazel +++ b/build/launch/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.idea.tools.launch` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -46,7 +47,7 @@ jvm_library( runtime_deps = [":launch_resources"] ) -jvm_test( +jps_test( name = "launch_test", runtime_deps = [":launch_test_lib"] ) diff --git a/build/tasks/BUILD.bazel b/build/tasks/BUILD.bazel index 2d65c206ed9b..6b47e174dad2 100644 --- a/build/tasks/BUILD.bazel +++ b/build/tasks/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.idea.community.build.tasks` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -80,7 +81,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tasks_test", runtime_deps = [":tasks_test_lib"] ) diff --git a/build/tests/BUILD.bazel b/build/tests/BUILD.bazel index 6a10e13b4eef..99f7c0a701ec 100644 --- a/build/tests/BUILD.bazel +++ b/build/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.idea.community.build.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -23,7 +24,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/images/BUILD.bazel b/images/BUILD.bazel index 21f931ca3661..f6c701532173 100644 --- a/images/BUILD.bazel +++ b/images/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.images` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -74,7 +75,7 @@ jvm_library( runtime_deps = [":images_resources"] ) -jvm_test( +jps_test( name = "images_test", runtime_deps = [":images_test_lib"] ) diff --git a/java/compiler/BUILD.bazel b/java/compiler/BUILD.bazel index fb08fef103df..43db21bed9c6 100644 --- a/java/compiler/BUILD.bazel +++ b/java/compiler/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.compiler.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -41,7 +42,7 @@ jvm_library( runtime_deps = ["//spellchecker"] ) -jvm_test( +jps_test( name = "compiler-tests_test", runtime_deps = [":compiler-tests_test_lib"] ) diff --git a/java/compiler/forms-compiler/BUILD.bazel b/java/compiler/forms-compiler/BUILD.bazel index fc2826d1f077..a4bc72d62346 100644 --- a/java/compiler/forms-compiler/BUILD.bazel +++ b/java/compiler/forms-compiler/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.guiForms.compiler` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -36,7 +37,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "java-guiForms-compiler_test", runtime_deps = [":java-guiForms-compiler_test_lib"] ) diff --git a/java/execution/jshell-protocol/BUILD.bazel b/java/execution/jshell-protocol/BUILD.bazel index 4e641f9ef40f..9a02d63b0f46 100644 --- a/java/execution/jshell-protocol/BUILD.bazel +++ b/java/execution/jshell-protocol/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.jshell.protocol` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -18,7 +19,7 @@ jvm_library( deps = ["@lib//:junit4"] ) -jvm_test( +jps_test( name = "java-jshell-protocol_test", runtime_deps = [":java-jshell-protocol_test_lib"] ) diff --git a/java/idea-ui/BUILD.bazel b/java/idea-ui/BUILD.bazel index 87b09b75dc70..6e10e2b339f8 100644 --- a/java/idea-ui/BUILD.bazel +++ b/java/idea-ui/BUILD.bazel @@ -67,6 +67,7 @@ jvm_library( ### auto-generated section `build intellij.java.ui` end ### auto-generated section `build intellij.java.ui.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -121,7 +122,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "ui-tests_test", runtime_deps = [":ui-tests_test_lib"] ) diff --git a/java/java-features-trainer/BUILD.bazel b/java/java-features-trainer/BUILD.bazel index 60bb3e001a60..88ff0e301c49 100644 --- a/java/java-features-trainer/BUILD.bazel +++ b/java/java-features-trainer/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.featuresTrainer` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -75,7 +76,7 @@ jvm_library( runtime_deps = [":featuresTrainer_resources"] ) -jvm_test( +jps_test( name = "featuresTrainer_test", runtime_deps = [":featuresTrainer_test_lib"] ) diff --git a/java/java-frontback-tests/BUILD.bazel b/java/java-frontback-tests/BUILD.bazel index ecf6983cf458..1454b5477e67 100644 --- a/java/java-frontback-tests/BUILD.bazel +++ b/java/java-frontback-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.frontback.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -38,7 +39,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "frontback-tests_test", runtime_deps = [":frontback-tests_test_lib"] ) diff --git a/java/java-terminal/BUILD.bazel b/java/java-terminal/BUILD.bazel index 8f705d7dc51c..935495c9cd1a 100644 --- a/java/java-terminal/BUILD.bazel +++ b/java/java-terminal/BUILD.bazel @@ -25,6 +25,7 @@ jvm_library( ### auto-generated section `build intellij.java.terminal` end ### auto-generated section `build intellij.java.terminal.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -53,7 +54,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "terminal-tests_test", runtime_deps = [":terminal-tests_test_lib"] ) diff --git a/java/java-tests/BUILD.bazel b/java/java-tests/BUILD.bazel index 2845d9272360..9d1fe8acd28f 100644 --- a/java/java-tests/BUILD.bazel +++ b/java/java-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -159,7 +160,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/java/manifest/BUILD.bazel b/java/manifest/BUILD.bazel index 165a1eb73511..712ff7c867a1 100644 --- a/java/manifest/BUILD.bazel +++ b/java/manifest/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.manifest` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -58,7 +59,7 @@ jvm_library( runtime_deps = [":manifest_resources"] ) -jvm_test( +jps_test( name = "manifest_test", runtime_deps = [":manifest_test_lib"] ) diff --git a/java/structuralsearch-java/BUILD.bazel b/java/structuralsearch-java/BUILD.bazel index 04d1063467ab..678ab035ea6c 100644 --- a/java/structuralsearch-java/BUILD.bazel +++ b/java/structuralsearch-java/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.structuralSearch` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -47,7 +48,7 @@ jvm_library( runtime_deps = [":structuralSearch_resources"] ) -jvm_test( +jps_test( name = "structuralSearch_test", runtime_deps = [":structuralSearch_test_lib"] ) diff --git a/java/typeMigration/BUILD.bazel b/java/typeMigration/BUILD.bazel index 797903178723..a752298af188 100644 --- a/java/typeMigration/BUILD.bazel +++ b/java/typeMigration/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.typeMigration` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -56,7 +57,7 @@ jvm_library( runtime_deps = [":typeMigration_resources"] ) -jvm_test( +jps_test( name = "typeMigration_test", runtime_deps = [":typeMigration_test_lib"] ) diff --git a/jps/jps-builders/BUILD.bazel b/jps/jps-builders/BUILD.bazel index d780189ecd5b..3c6c93081aa5 100644 --- a/jps/jps-builders/BUILD.bazel +++ b/jps/jps-builders/BUILD.bazel @@ -60,6 +60,7 @@ jvm_library( ### auto-generated section `build intellij.platform.jps.build` end ### auto-generated section `build intellij.platform.jps.build.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -108,7 +109,7 @@ jvm_library( runtime_deps = [":build-tests_test_resources"] ) -jvm_test( +jps_test( name = "build-tests_test", runtime_deps = [":build-tests_test_lib"] ) diff --git a/jps/model-impl/BUILD.bazel b/jps/model-impl/BUILD.bazel index db73651cda73..21e137027e36 100644 --- a/jps/model-impl/BUILD.bazel +++ b/jps/model-impl/BUILD.bazel @@ -23,6 +23,7 @@ jvm_library( ### auto-generated section `build intellij.platform.jps.model.impl` end ### auto-generated section `build intellij.platform.jps.model.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -55,7 +56,7 @@ jvm_library( runtime_deps = [":model-tests_test_resources"] ) -jvm_test( +jps_test( name = "model-tests_test", runtime_deps = [":model-tests_test_lib"] ) diff --git a/jps/model-serialization/BUILD.bazel b/jps/model-serialization/BUILD.bazel index 5fc0cfac0dea..ef2787680964 100644 --- a/jps/model-serialization/BUILD.bazel +++ b/jps/model-serialization/BUILD.bazel @@ -26,6 +26,7 @@ jvm_library( ### auto-generated section `build intellij.platform.jps.model.serialization` end ### auto-generated section `build intellij.platform.jps.model.serialization.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -64,7 +65,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "model-serialization-tests_test", runtime_deps = [":model-serialization-tests_test_lib"] ) diff --git a/json/backend/tests/BUILD.bazel b/json/backend/tests/BUILD.bazel index 25423589c949..9e4ef996d619 100644 --- a/json/backend/tests/BUILD.bazel +++ b/json/backend/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.json.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -47,7 +48,7 @@ jvm_library( runtime_deps = [":tests_test_resources"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/jvm/jvm-analysis-java-tests/BUILD.bazel b/jvm/jvm-analysis-java-tests/BUILD.bazel index b7d8f324ac70..5573abcaeeb8 100644 --- a/jvm/jvm-analysis-java-tests/BUILD.bazel +++ b/jvm/jvm-analysis-java-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.jvm.analysis.java.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -28,7 +29,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "analysis-java-tests_test", runtime_deps = [":analysis-java-tests_test_lib"] ) diff --git a/jvm/jvm-analysis-kotlin-tests-k1/BUILD.bazel b/jvm/jvm-analysis-kotlin-tests-k1/BUILD.bazel index 6d525ee45763..acdf6dc04823 100644 --- a/jvm/jvm-analysis-kotlin-tests-k1/BUILD.bazel +++ b/jvm/jvm-analysis-kotlin-tests-k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.jvm.analysis.kotlin.tests.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -25,7 +26,7 @@ jvm_library( runtime_deps = ["//plugins/kotlin/plugin/k1"] ) -jvm_test( +jps_test( name = "analysis-kotlin-tests-k1_test", runtime_deps = [":analysis-kotlin-tests-k1_test_lib"] ) diff --git a/jvm/jvm-analysis-kotlin-tests-k2/BUILD.bazel b/jvm/jvm-analysis-kotlin-tests-k2/BUILD.bazel index f6edf5cecb00..b1619e2c508b 100644 --- a/jvm/jvm-analysis-kotlin-tests-k2/BUILD.bazel +++ b/jvm/jvm-analysis-kotlin-tests-k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.jvm.analysis.kotlin.tests.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -23,7 +24,7 @@ jvm_library( runtime_deps = ["//plugins/kotlin/plugin/k2"] ) -jvm_test( +jps_test( name = "analysis-kotlin-tests-k2_test", runtime_deps = [":analysis-kotlin-tests-k2_test_lib"] ) diff --git a/jvm/jvm-analysis-kotlin-tests-shared/BUILD.bazel b/jvm/jvm-analysis-kotlin-tests-shared/BUILD.bazel index 2e6145287674..53dec1451f07 100644 --- a/jvm/jvm-analysis-kotlin-tests-shared/BUILD.bazel +++ b/jvm/jvm-analysis-kotlin-tests-shared/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.jvm.analysis.kotlin.tests.shared` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -36,7 +37,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "analysis-kotlin-tests-shared_test", runtime_deps = [":analysis-kotlin-tests-shared_test_lib"] ) diff --git a/notebooks/visualization/BUILD.bazel b/notebooks/visualization/BUILD.bazel index 3d5e01d0919e..f08fd5d65b86 100644 --- a/notebooks/visualization/BUILD.bazel +++ b/notebooks/visualization/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.notebooks.visualization` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -78,7 +79,7 @@ jvm_library( runtime_deps = [":visualization_resources"] ) -jvm_test( +jps_test( name = "visualization_test", runtime_deps = [":visualization_test_lib"] ) diff --git a/platform/backend/observation/BUILD.bazel b/platform/backend/observation/BUILD.bazel index da524f5d9e6d..4792e56519f5 100644 --- a/platform/backend/observation/BUILD.bazel +++ b/platform/backend/observation/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.backend.observation` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -28,7 +29,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "observation_test", runtime_deps = [":observation_test_lib"] ) diff --git a/platform/build-scripts/codeOptimizer/BUILD.bazel b/platform/build-scripts/codeOptimizer/BUILD.bazel index 5b597d81a0f8..22de434ef4ce 100644 --- a/platform/build-scripts/codeOptimizer/BUILD.bazel +++ b/platform/build-scripts/codeOptimizer/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.buildScripts.codeOptimizer` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -19,7 +20,7 @@ jvm_library( runtime_deps = [":codeOptimizer_test_resources"] ) -jvm_test( +jps_test( name = "codeOptimizer_test", runtime_deps = [":codeOptimizer_test_lib"] ) diff --git a/platform/build-scripts/icons/BUILD.bazel b/platform/build-scripts/icons/BUILD.bazel index e4e53c49fd8d..c63f8d4aac1a 100644 --- a/platform/build-scripts/icons/BUILD.bazel +++ b/platform/build-scripts/icons/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.images.build` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_provided_library", "jvm_test") jvm_provided_library( @@ -71,7 +72,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "images-build_test", runtime_deps = [":images-build_test_lib"] ) diff --git a/platform/build-scripts/tests/BUILD.bazel b/platform/build-scripts/tests/BUILD.bazel index ea4129bbb6ee..6f24dcdfcf71 100644 --- a/platform/build-scripts/tests/BUILD.bazel +++ b/platform/build-scripts/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.buildScripts.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -51,7 +52,7 @@ jvm_library( runtime_deps = [":tests_test_resources"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/platform/built-in-server/BUILD.bazel b/platform/built-in-server/BUILD.bazel index f351344b662b..4a8c40835754 100644 --- a/platform/built-in-server/BUILD.bazel +++ b/platform/built-in-server/BUILD.bazel @@ -49,6 +49,7 @@ jvm_library( ### auto-generated section `build intellij.platform.builtInServer.impl` end ### auto-generated section `build intellij.platform.builtInServer.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -102,7 +103,7 @@ jvm_library( runtime_deps = [":builtInServer-tests_test_resources"] ) -jvm_test( +jps_test( name = "builtInServer-tests_test", runtime_deps = [":builtInServer-tests_test_lib"] ) diff --git a/platform/collaboration-tools/BUILD.bazel b/platform/collaboration-tools/BUILD.bazel index 1cae22e78147..2f2dd226715f 100644 --- a/platform/collaboration-tools/BUILD.bazel +++ b/platform/collaboration-tools/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.collaborationTools` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -115,7 +116,7 @@ jvm_library( runtime_deps = [":collaboration-tools_resources"] ) -jvm_test( +jps_test( name = "collaboration-tools_test", runtime_deps = [":collaboration-tools_test_lib"] ) diff --git a/platform/configuration-store-impl/BUILD.bazel b/platform/configuration-store-impl/BUILD.bazel index 75be2fa594e9..874bfe2ff218 100644 --- a/platform/configuration-store-impl/BUILD.bazel +++ b/platform/configuration-store-impl/BUILD.bazel @@ -54,6 +54,7 @@ jvm_library( ### auto-generated section `build intellij.platform.configurationStore.impl` end ### auto-generated section `build intellij.platform.configurationStore.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -107,7 +108,7 @@ jvm_library( runtime_deps = [":configurationStore-tests_test_resources"] ) -jvm_test( +jps_test( name = "configurationStore-tests_test", runtime_deps = [":configurationStore-tests_test_lib"] ) diff --git a/platform/core-nio-fs/BUILD.bazel b/platform/core-nio-fs/BUILD.bazel index 5747d011cac6..714e5c147d3f 100644 --- a/platform/core-nio-fs/BUILD.bazel +++ b/platform/core-nio-fs/BUILD.bazel @@ -27,6 +27,7 @@ jvm_library( ### auto-generated section `build intellij.platform.core.nio.fs` end ### auto-generated section `build intellij.platform.core.nio.fs.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -47,7 +48,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "core-nio-fs-tests_test", runtime_deps = [":core-nio-fs-tests_test_lib"] ) diff --git a/platform/credential-store-impl/BUILD.bazel b/platform/credential-store-impl/BUILD.bazel index 3112a03ebeee..4fa65351747c 100644 --- a/platform/credential-store-impl/BUILD.bazel +++ b/platform/credential-store-impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.credentialStore.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -81,7 +82,7 @@ jvm_library( runtime_deps = [":credentialStore-impl_resources"] ) -jvm_test( +jps_test( name = "credentialStore-impl_test", runtime_deps = [":credentialStore-impl_test_lib"] ) diff --git a/platform/diagnostic/freezeAnalyzer/BUILD.bazel b/platform/diagnostic/freezeAnalyzer/BUILD.bazel index 1fe9528d935a..b3aa25380af2 100644 --- a/platform/diagnostic/freezeAnalyzer/BUILD.bazel +++ b/platform/diagnostic/freezeAnalyzer/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.diagnostic.freezeAnalyzer` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -45,7 +46,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "freezeAnalyzer_test", runtime_deps = [":freezeAnalyzer_test_lib"] ) diff --git a/platform/diagnostic/telemetry/BUILD.bazel b/platform/diagnostic/telemetry/BUILD.bazel index 7b0f40b83985..aef9d4921006 100644 --- a/platform/diagnostic/telemetry/BUILD.bazel +++ b/platform/diagnostic/telemetry/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.diagnostic.telemetry` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -38,7 +39,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "telemetry_test", runtime_deps = [":telemetry_test_lib"] ) diff --git a/platform/diagnostic/telemetry/agent-extension/BUILD.bazel b/platform/diagnostic/telemetry/agent-extension/BUILD.bazel index 8e35f1e37b63..bc8dbfe17a43 100644 --- a/platform/diagnostic/telemetry/agent-extension/BUILD.bazel +++ b/platform/diagnostic/telemetry/agent-extension/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.diagnostic.telemetry.agent.extension` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -43,7 +44,7 @@ jvm_library( runtime_deps = [":diagnostic-telemetry-agent-extension_resources"] ) -jvm_test( +jps_test( name = "diagnostic-telemetry-agent-extension_test", runtime_deps = [":diagnostic-telemetry-agent-extension_test_lib"] ) diff --git a/platform/diagnostic/telemetry/rt/BUILD.bazel b/platform/diagnostic/telemetry/rt/BUILD.bazel index 02437b540a4e..82a39759e2e4 100644 --- a/platform/diagnostic/telemetry/rt/BUILD.bazel +++ b/platform/diagnostic/telemetry/rt/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.diagnostic.telemetry.rt` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -30,7 +31,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "rt_test", runtime_deps = [":rt_test_lib"] ) diff --git a/platform/diff-impl/tests/BUILD.bazel b/platform/diff-impl/tests/BUILD.bazel index 0656d6d3a79f..7b50fc4908c3 100644 --- a/platform/diff-impl/tests/BUILD.bazel +++ b/platform/diff-impl/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.diff.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -45,7 +46,7 @@ jvm_library( runtime_deps = [":tests_test_resources"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/platform/dvcs-impl/BUILD.bazel b/platform/dvcs-impl/BUILD.bazel index 941249d2ce5d..54236193c32a 100644 --- a/platform/dvcs-impl/BUILD.bazel +++ b/platform/dvcs-impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.vcs.dvcs.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -97,7 +98,7 @@ jvm_library( runtime_deps = [":vcs-dvcs-impl_resources"] ) -jvm_test( +jps_test( name = "vcs-dvcs-impl_test", runtime_deps = [":vcs-dvcs-impl_test_lib"] ) diff --git a/platform/eel/BUILD.bazel b/platform/eel/BUILD.bazel index e9f97921b7c9..0dfc4a9b04de 100644 --- a/platform/eel/BUILD.bazel +++ b/platform/eel/BUILD.bazel @@ -15,6 +15,7 @@ jvm_library( ### auto-generated section `build intellij.platform.eel` end ### auto-generated section `build intellij.platform.eel.codegen` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -48,13 +49,14 @@ jvm_library( runtime_deps = ["//plugins/kotlin:kotlin-plugin-community-main"] ) -jvm_test( +jps_test( name = "eel-codegen_test", runtime_deps = [":eel-codegen_test_lib"] ) ### auto-generated section `build intellij.platform.eel.codegen` end ### auto-generated section `build intellij.platform.eel.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -73,7 +75,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "eel-tests_test", runtime_deps = [":eel-tests_test_lib"] ) diff --git a/platform/execution-impl/BUILD.bazel b/platform/execution-impl/BUILD.bazel index 538b043131cd..05146a4341a2 100644 --- a/platform/execution-impl/BUILD.bazel +++ b/platform/execution-impl/BUILD.bazel @@ -73,6 +73,7 @@ jvm_library( ### auto-generated section `build intellij.platform.execution.impl` end ### auto-generated section `build intellij.platform.execution.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -100,7 +101,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "execution-tests_test", runtime_deps = [":execution-tests_test_lib"] ) diff --git a/platform/execution-process-mediator/client/BUILD.bazel b/platform/execution-process-mediator/client/BUILD.bazel index 137879099751..3e825360ee3b 100644 --- a/platform/execution-process-mediator/client/BUILD.bazel +++ b/platform/execution-process-mediator/client/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.execution.process.mediator.client` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -61,7 +62,7 @@ jvm_library( runtime_deps = [":client_resources"] ) -jvm_test( +jps_test( name = "client_test", runtime_deps = [":client_test_lib"] ) diff --git a/platform/execution-process-mediator/common/BUILD.bazel b/platform/execution-process-mediator/common/BUILD.bazel index cacc53bf14f4..f24426233c77 100644 --- a/platform/execution-process-mediator/common/BUILD.bazel +++ b/platform/execution-process-mediator/common/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.execution.process.mediator.common` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -43,7 +44,7 @@ jvm_library( runtime_deps = [":common_resources"] ) -jvm_test( +jps_test( name = "common_test", runtime_deps = [":common_test_lib"] ) diff --git a/platform/external-process-auth-helper/BUILD.bazel b/platform/external-process-auth-helper/BUILD.bazel index 7dee50f69f24..7c4aa9a2b2ee 100644 --- a/platform/external-process-auth-helper/BUILD.bazel +++ b/platform/external-process-auth-helper/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.externalProcessAuthHelper` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -58,7 +59,7 @@ jvm_library( runtime_deps = [":external-process-auth-helper_resources"] ) -jvm_test( +jps_test( name = "external-process-auth-helper_test", runtime_deps = [":external-process-auth-helper_test_lib"] ) diff --git a/platform/external-system-api/dependency-updater/BUILD.bazel b/platform/external-system-api/dependency-updater/BUILD.bazel index 17e8eea8e9d1..4917f1fe99b8 100644 --- a/platform/external-system-api/dependency-updater/BUILD.bazel +++ b/platform/external-system-api/dependency-updater/BUILD.bazel @@ -27,6 +27,7 @@ jvm_library( ### auto-generated section `build intellij.platform.externalSystem.dependencyUpdater` end ### auto-generated section `build intellij.platform.externalSystem.dependencyUpdater.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -59,7 +60,7 @@ jvm_library( runtime_deps = [":externalSystem-dependencyUpdater-tests_test_resources"] ) -jvm_test( +jps_test( name = "externalSystem-dependencyUpdater-tests_test", runtime_deps = [":externalSystem-dependencyUpdater-tests_test_lib"] ) diff --git a/platform/external-system-impl/BUILD.bazel b/platform/external-system-impl/BUILD.bazel index c5678f6ae7ba..c23d89fda61d 100644 --- a/platform/external-system-impl/BUILD.bazel +++ b/platform/external-system-impl/BUILD.bazel @@ -58,6 +58,7 @@ jvm_library( ### auto-generated section `build intellij.platform.externalSystem.impl` end ### auto-generated section `build intellij.platform.externalSystem.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -121,7 +122,7 @@ jvm_library( runtime_deps = [":externalSystem-tests_test_resources"] ) -jvm_test( +jps_test( name = "externalSystem-tests_test", runtime_deps = [":externalSystem-tests_test_lib"] ) diff --git a/platform/ijent/BUILD.bazel b/platform/ijent/BUILD.bazel index 3298ab94dc66..fc62b7bcf0ca 100644 --- a/platform/ijent/BUILD.bazel +++ b/platform/ijent/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.ijent` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -42,7 +43,7 @@ jvm_library( runtime_deps = [":ijent_resources"] ) -jvm_test( +jps_test( name = "ijent_test", runtime_deps = [":ijent_test_lib"] ) diff --git a/platform/indexing-tests/BUILD.bazel b/platform/indexing-tests/BUILD.bazel index 8259a2a2467f..a0badfcc34c2 100644 --- a/platform/indexing-tests/BUILD.bazel +++ b/platform/indexing-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.indexing.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -17,7 +18,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "indexing-tests_test", runtime_deps = [":indexing-tests_test_lib"] ) diff --git a/platform/inspect/BUILD.bazel b/platform/inspect/BUILD.bazel index 99d17e31a820..d49d3077f63f 100644 --- a/platform/inspect/BUILD.bazel +++ b/platform/inspect/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.inspect` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -92,7 +93,7 @@ jvm_library( runtime_deps = [":inspect_resources"] ) -jvm_test( +jps_test( name = "inspect_test", runtime_deps = [":inspect_test_lib"] ) diff --git a/platform/instanceContainer/BUILD.bazel b/platform/instanceContainer/BUILD.bazel index 229129aae77d..1b884f1040d1 100644 --- a/platform/instanceContainer/BUILD.bazel +++ b/platform/instanceContainer/BUILD.bazel @@ -17,6 +17,7 @@ jvm_library( ### auto-generated section `build intellij.platform.instanceContainer` end ### auto-generated section `build intellij.platform.instanceContainer.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -35,7 +36,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "instanceContainer-tests_test", runtime_deps = [":instanceContainer-tests_test_lib"] ) diff --git a/platform/jewel/detekt-plugin/BUILD.bazel b/platform/jewel/detekt-plugin/BUILD.bazel index 6f0565104690..b0a9f51270f8 100644 --- a/platform/jewel/detekt-plugin/BUILD.bazel +++ b/platform/jewel/detekt-plugin/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.jewel.detektPlugin` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -38,7 +39,7 @@ jvm_library( runtime_deps = [":detekt-plugin_resources"] ) -jvm_test( +jps_test( name = "detekt-plugin_test", runtime_deps = [":detekt-plugin_test_lib"] ) diff --git a/platform/jewel/foundation/BUILD.bazel b/platform/jewel/foundation/BUILD.bazel index 3be690c3bc6b..8a23dd20ead8 100644 --- a/platform/jewel/foundation/BUILD.bazel +++ b/platform/jewel/foundation/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.jewel.foundation` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -54,7 +55,7 @@ jvm_library( plugins = ["@lib//:compose-plugin"] ) -jvm_test( +jps_test( name = "foundation_test", runtime_deps = [":foundation_test_lib"] ) diff --git a/platform/jewel/ide-laf-bridge/BUILD.bazel b/platform/jewel/ide-laf-bridge/BUILD.bazel index f60c112719f0..1a7b351c129f 100644 --- a/platform/jewel/ide-laf-bridge/BUILD.bazel +++ b/platform/jewel/ide-laf-bridge/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.jewel.ideLafBridge` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -79,7 +80,7 @@ jvm_library( plugins = ["@lib//:compose-plugin"] ) -jvm_test( +jps_test( name = "ide-laf-bridge_test", runtime_deps = [":ide-laf-bridge_test_lib"] ) diff --git a/platform/jewel/markdown/core/BUILD.bazel b/platform/jewel/markdown/core/BUILD.bazel index 1ad8178a21ec..d35237b0e9a2 100644 --- a/platform/jewel/markdown/core/BUILD.bazel +++ b/platform/jewel/markdown/core/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.jewel.markdown.core` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -61,7 +62,7 @@ jvm_library( plugins = ["@lib//:compose-plugin"] ) -jvm_test( +jps_test( name = "core_test", runtime_deps = [":core_test_lib"] ) diff --git a/platform/jewel/markdown/extensions/autolink/BUILD.bazel b/platform/jewel/markdown/extensions/autolink/BUILD.bazel index d0d5ac93df08..0dad7bc475c6 100644 --- a/platform/jewel/markdown/extensions/autolink/BUILD.bazel +++ b/platform/jewel/markdown/extensions/autolink/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.jewel.markdown.extensions.autolink` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -63,7 +64,7 @@ jvm_library( plugins = ["@lib//:compose-plugin"] ) -jvm_test( +jps_test( name = "autolink_test", runtime_deps = [":autolink_test_lib"] ) diff --git a/platform/jewel/markdown/extensions/gfm-alerts/BUILD.bazel b/platform/jewel/markdown/extensions/gfm-alerts/BUILD.bazel index 31e3ed5acb7c..074597c45bf8 100644 --- a/platform/jewel/markdown/extensions/gfm-alerts/BUILD.bazel +++ b/platform/jewel/markdown/extensions/gfm-alerts/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.jewel.markdown.extensions.gfmAlerts` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -61,7 +62,7 @@ jvm_library( plugins = ["@lib//:compose-plugin"] ) -jvm_test( +jps_test( name = "gfm-alerts_test", runtime_deps = [":gfm-alerts_test_lib"] ) diff --git a/platform/jewel/ui-tests/BUILD.bazel b/platform/jewel/ui-tests/BUILD.bazel index 610b33518170..df9bc2ee22ad 100644 --- a/platform/jewel/ui-tests/BUILD.bazel +++ b/platform/jewel/ui-tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.jewel.uiTests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -47,7 +48,7 @@ jvm_library( plugins = ["@lib//:compose-plugin"] ) -jvm_test( +jps_test( name = "ui-tests_test", runtime_deps = [":ui-tests_test_lib"] ) diff --git a/platform/jewel/ui/BUILD.bazel b/platform/jewel/ui/BUILD.bazel index 0776152720e9..e6e181e892d4 100644 --- a/platform/jewel/ui/BUILD.bazel +++ b/platform/jewel/ui/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.jewel.ui` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -74,7 +75,7 @@ jvm_library( plugins = ["@lib//:compose-plugin"] ) -jvm_test( +jps_test( name = "ui_test", runtime_deps = [":ui_test_lib"] ) diff --git a/platform/lang-impl/BUILD.bazel b/platform/lang-impl/BUILD.bazel index c9e15bc5257b..ef192653bb6b 100644 --- a/platform/lang-impl/BUILD.bazel +++ b/platform/lang-impl/BUILD.bazel @@ -134,6 +134,7 @@ jvm_library( ### auto-generated section `build intellij.platform.lang.impl` end ### auto-generated section `build intellij.platform.lang.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -222,7 +223,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "lang-tests_test", runtime_deps = [":lang-tests_test_lib"] ) diff --git a/platform/lang-impl/testEntities/BUILD.bazel b/platform/lang-impl/testEntities/BUILD.bazel index f8d2e03db0ec..3927cbdf33d7 100644 --- a/platform/lang-impl/testEntities/BUILD.bazel +++ b/platform/lang-impl/testEntities/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.lang.testEntities` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -19,7 +20,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "testEntities_test", runtime_deps = [":testEntities_test_lib"] ) diff --git a/platform/lvcs-impl/BUILD.bazel b/platform/lvcs-impl/BUILD.bazel index 5e03c9d51a4f..820d08b170d2 100644 --- a/platform/lvcs-impl/BUILD.bazel +++ b/platform/lvcs-impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.lvcs.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -82,7 +83,7 @@ jvm_library( runtime_deps = [":lvcs-impl_resources"] ) -jvm_test( +jps_test( name = "lvcs-impl_test", runtime_deps = [":lvcs-impl_test_lib"] ) diff --git a/platform/markdown-utils/BUILD.bazel b/platform/markdown-utils/BUILD.bazel index b7ed69b6e8c8..b14578b9f3d7 100644 --- a/platform/markdown-utils/BUILD.bazel +++ b/platform/markdown-utils/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.markdown.utils` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -33,7 +34,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "markdown-utils_test", runtime_deps = [":markdown-utils_test_lib"] ) diff --git a/platform/ml-impl/BUILD.bazel b/platform/ml-impl/BUILD.bazel index 8f3b376aac6b..ff666a4df15f 100644 --- a/platform/ml-impl/BUILD.bazel +++ b/platform/ml-impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.ml.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -92,7 +93,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "ml-impl_test", runtime_deps = [":ml-impl_test_lib"] ) diff --git a/platform/object-serializer/BUILD.bazel b/platform/object-serializer/BUILD.bazel index 165d6fca37c2..54c0ea821062 100644 --- a/platform/object-serializer/BUILD.bazel +++ b/platform/object-serializer/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.objectSerializer` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -50,7 +51,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "object-serializer_test", runtime_deps = [":object-serializer_test_lib"] ) @@ -69,6 +70,7 @@ jvm_library( ### auto-generated section `build intellij.platform.objectSerializer.annotations` end ### auto-generated section `build intellij.platform.objectSerializer.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -97,7 +99,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "objectSerializer-tests_test", runtime_deps = [":objectSerializer-tests_test_lib"] ) diff --git a/platform/platform-impl/BUILD.bazel b/platform/platform-impl/BUILD.bazel index 9db9808e3c13..104a72e3c1c0 100644 --- a/platform/platform-impl/BUILD.bazel +++ b/platform/platform-impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.ide.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") load("@rules_kotlin//kotlin:jvm.bzl", "kt_javac_options") @@ -312,7 +313,7 @@ jvm_library( runtime_deps = [":ide-impl_resources"] ) -jvm_test( +jps_test( name = "ide-impl_test", runtime_deps = [":ide-impl_test_lib"] ) diff --git a/platform/platform-tests/BUILD.bazel b/platform/platform-tests/BUILD.bazel index bb734b851276..2319f1c8b360 100644 --- a/platform/platform-tests/BUILD.bazel +++ b/platform/platform-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -176,7 +177,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/platform/platform-tests/benchmarks/BUILD.bazel b/platform/platform-tests/benchmarks/BUILD.bazel index 154bb19a7047..98784fca2d3e 100644 --- a/platform/platform-tests/benchmarks/BUILD.bazel +++ b/platform/platform-tests/benchmarks/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.benchmarks` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -26,7 +27,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "benchmarks_test", runtime_deps = [":benchmarks_test_lib"] ) diff --git a/platform/platform-tests/durability/BUILD.bazel b/platform/platform-tests/durability/BUILD.bazel index b3475b08bd75..2c58e39ac1ad 100644 --- a/platform/platform-tests/durability/BUILD.bazel +++ b/platform/platform-tests/durability/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.durability` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -29,7 +30,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "durability_test", runtime_deps = [":durability_test_lib"] ) diff --git a/platform/polySymbols/BUILD.bazel b/platform/polySymbols/BUILD.bazel index b4c3855835e9..d79065ade941 100644 --- a/platform/polySymbols/BUILD.bazel +++ b/platform/polySymbols/BUILD.bazel @@ -72,6 +72,7 @@ jvm_library( ### auto-generated section `build intellij.platform.polySymbols.testFramework` end ### auto-generated section `build intellij.platform.polySymbols.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -115,7 +116,7 @@ jvm_library( runtime_deps = [":polySymbols-tests_test_resources"] ) -jvm_test( +jps_test( name = "polySymbols-tests_test", runtime_deps = [":polySymbols-tests_test_lib"] ) diff --git a/platform/remote-servers/target-integration-tests/BUILD.bazel b/platform/remote-servers/target-integration-tests/BUILD.bazel index ae4e85976a53..6e9ec0b31860 100644 --- a/platform/remote-servers/target-integration-tests/BUILD.bazel +++ b/platform/remote-servers/target-integration-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.remoteServers.targetsIntegrationTests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -38,7 +39,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "remoteServers-targetsIntegrationTests_test", runtime_deps = [":remoteServers-targetsIntegrationTests_test_lib"] ) diff --git a/platform/remoteDev-util/BUILD.bazel b/platform/remoteDev-util/BUILD.bazel index 1e47e07630fa..aee9defce249 100644 --- a/platform/remoteDev-util/BUILD.bazel +++ b/platform/remoteDev-util/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.remoteDev.util` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -117,7 +118,7 @@ jvm_library( runtime_deps = [":remoteDev-util_resources"] ) -jvm_test( +jps_test( name = "remoteDev-util_test", runtime_deps = [":remoteDev-util_test_lib"] ) diff --git a/platform/runtime/product/tests/BUILD.bazel b/platform/runtime/product/tests/BUILD.bazel index b387a8005813..bc2d5480973e 100644 --- a/platform/runtime/product/tests/BUILD.bazel +++ b/platform/runtime/product/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.runtime.product.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -20,7 +21,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/platform/runtime/repository/tests/BUILD.bazel b/platform/runtime/repository/tests/BUILD.bazel index b11ff1f8f967..5b7e98d9c336 100644 --- a/platform/runtime/repository/tests/BUILD.bazel +++ b/platform/runtime/repository/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.runtime.repository.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -20,7 +21,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/platform/service-container/BUILD.bazel b/platform/service-container/BUILD.bazel index f1bc1960cf19..1926596b459c 100644 --- a/platform/service-container/BUILD.bazel +++ b/platform/service-container/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.serviceContainer` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -53,7 +54,7 @@ jvm_library( runtime_deps = [":service-container_resources"] ) -jvm_test( +jps_test( name = "service-container_test", runtime_deps = [":service-container_test_lib"] ) diff --git a/platform/settings-local/BUILD.bazel b/platform/settings-local/BUILD.bazel index 0951af1bd1f5..00b3391f962d 100644 --- a/platform/settings-local/BUILD.bazel +++ b/platform/settings-local/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.settings.local` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -92,7 +93,7 @@ jvm_library( runtime_deps = [":settings-local_resources"] ) -jvm_test( +jps_test( name = "settings-local_test", runtime_deps = [":settings-local_test_lib"] ) diff --git a/platform/settings-sync-core/BUILD.bazel b/platform/settings-sync-core/BUILD.bazel index f6175b130d0e..551b0401bed0 100644 --- a/platform/settings-sync-core/BUILD.bazel +++ b/platform/settings-sync-core/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.settingsSync.core` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -117,7 +118,7 @@ jvm_library( runtime_deps = [":settingsSync-core_resources"] ) -jvm_test( +jps_test( name = "settingsSync-core_test", runtime_deps = [":settingsSync-core_test_lib"] ) diff --git a/platform/smRunner/BUILD.bazel b/platform/smRunner/BUILD.bazel index 99f9676898f4..0580367a9088 100644 --- a/platform/smRunner/BUILD.bazel +++ b/platform/smRunner/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.smRunner` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -81,7 +82,7 @@ jvm_library( runtime_deps = [":smRunner_resources"] ) -jvm_test( +jps_test( name = "smRunner_test", runtime_deps = [":smRunner_test_lib"] ) diff --git a/platform/sqlite/BUILD.bazel b/platform/sqlite/BUILD.bazel index d70b375577eb..5559111725b1 100644 --- a/platform/sqlite/BUILD.bazel +++ b/platform/sqlite/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.sqlite` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -29,7 +30,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "sqlite_test", runtime_deps = [":sqlite_test_lib"] ) diff --git a/platform/statistics/BUILD.bazel b/platform/statistics/BUILD.bazel index 9b1360f43369..5673eb367835 100644 --- a/platform/statistics/BUILD.bazel +++ b/platform/statistics/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.statistics` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -96,7 +97,7 @@ jvm_library( runtime_deps = [":statistics_resources"] ) -jvm_test( +jps_test( name = "statistics_test", runtime_deps = [":statistics_test_lib"] ) diff --git a/platform/statistics/devkit/BUILD.bazel b/platform/statistics/devkit/BUILD.bazel index 72ea96742bcb..657d8531083d 100644 --- a/platform/statistics/devkit/BUILD.bazel +++ b/platform/statistics/devkit/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.statistics.devkit` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -71,7 +72,7 @@ jvm_library( runtime_deps = [":devkit_resources"] ) -jvm_test( +jps_test( name = "devkit_test", runtime_deps = [":devkit_test_lib"] ) diff --git a/platform/statistics/envTests/BUILD.bazel b/platform/statistics/envTests/BUILD.bazel index a826a65c0adf..105510947ca4 100644 --- a/platform/statistics/envTests/BUILD.bazel +++ b/platform/statistics/envTests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.statistics.envTests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -30,7 +31,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "envTests_test", runtime_deps = [":envTests_test_lib"] ) diff --git a/platform/structuralsearch/BUILD.bazel b/platform/structuralsearch/BUILD.bazel index 4ea8e3c21723..a6d003fa4ad6 100644 --- a/platform/structuralsearch/BUILD.bazel +++ b/platform/structuralsearch/BUILD.bazel @@ -43,6 +43,7 @@ jvm_library( ### auto-generated section `build intellij.platform.structuralSearch` end ### auto-generated section `build intellij.platform.structuralSearch.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -74,7 +75,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "structuralSearch-tests_test", runtime_deps = [":structuralSearch-tests_test_lib"] ) diff --git a/platform/syntax/syntax-api/BUILD.bazel b/platform/syntax/syntax-api/BUILD.bazel index d61d76e657e5..5d80da24b4c0 100644 --- a/platform/syntax/syntax-api/BUILD.bazel +++ b/platform/syntax/syntax-api/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.syntax` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_provided_library", "jvm_test") jvm_provided_library( @@ -36,7 +37,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "syntax_test", runtime_deps = [":syntax_test_lib"] ) diff --git a/platform/syntax/syntax-extensions/BUILD.bazel b/platform/syntax/syntax-extensions/BUILD.bazel index 666ae1f3b94d..312820b889d0 100644 --- a/platform/syntax/syntax-extensions/BUILD.bazel +++ b/platform/syntax/syntax-extensions/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.syntax.extensions` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_provided_library", "jvm_test") jvm_provided_library( @@ -38,7 +39,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "extensions_test", runtime_deps = [":extensions_test_lib"] ) diff --git a/platform/syntax/syntax-i18n/BUILD.bazel b/platform/syntax/syntax-i18n/BUILD.bazel index a248e8c9166d..8028b2e2f5c8 100644 --- a/platform/syntax/syntax-i18n/BUILD.bazel +++ b/platform/syntax/syntax-i18n/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.syntax.i18n` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_provided_library", "jvm_test") jvm_provided_library( @@ -35,7 +36,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "i18n_test", runtime_deps = [":i18n_test_lib"] ) diff --git a/platform/syntax/syntax-psi-tests/BUILD.bazel b/platform/syntax/syntax-psi-tests/BUILD.bazel index 322d07591d1f..bf309a797a1e 100644 --- a/platform/syntax/syntax-psi-tests/BUILD.bazel +++ b/platform/syntax/syntax-psi-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.syntax.psi.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -34,7 +35,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "psi-tests_test", runtime_deps = [":psi-tests_test_lib"] ) diff --git a/platform/testFramework/BUILD.bazel b/platform/testFramework/BUILD.bazel index 41845f36bf0a..cb67fa8d5d46 100644 --- a/platform/testFramework/BUILD.bazel +++ b/platform/testFramework/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.testFramework` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_provided_library", "jvm_resources", "jvm_test") jvm_resources( @@ -197,7 +198,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "testFramework_test", runtime_deps = [":testFramework_test_lib"] ) diff --git a/platform/testFramework/junit5.jimfs/BUILD.bazel b/platform/testFramework/junit5.jimfs/BUILD.bazel index ab1e33d3b04e..ec603afebfa5 100644 --- a/platform/testFramework/junit5.jimfs/BUILD.bazel +++ b/platform/testFramework/junit5.jimfs/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.testFramework.junit5.jimfs` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -33,7 +34,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "junit5.jimfs_test", runtime_deps = [":junit5.jimfs_test_lib"] ) diff --git a/platform/testFramework/junit5/BUILD.bazel b/platform/testFramework/junit5/BUILD.bazel index cf80c1129135..b56032a307d2 100644 --- a/platform/testFramework/junit5/BUILD.bazel +++ b/platform/testFramework/junit5/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.testFramework.junit5` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_provided_library", "jvm_resources", "jvm_test") jvm_resources( @@ -100,7 +101,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "junit5_test", runtime_deps = [":junit5_test_lib"] ) diff --git a/platform/testFramework/junit5/eel/BUILD.bazel b/platform/testFramework/junit5/eel/BUILD.bazel index 4dfef01a986d..da266058ffa3 100644 --- a/platform/testFramework/junit5/eel/BUILD.bazel +++ b/platform/testFramework/junit5/eel/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.testFramework.junit5.eel` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -62,7 +63,7 @@ jvm_library( runtime_deps = [":eel_test_resources"] ) -jvm_test( +jps_test( name = "eel_test", runtime_deps = [":eel_test_lib"] ) diff --git a/platform/testFramework/junit5/projectStructure/BUILD.bazel b/platform/testFramework/junit5/projectStructure/BUILD.bazel index 7f244a9a53b6..ff6b3b47c6a5 100644 --- a/platform/testFramework/junit5/projectStructure/BUILD.bazel +++ b/platform/testFramework/junit5/projectStructure/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.testFramework.junit5.projectStructure` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -43,7 +44,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "projectStructure_test", runtime_deps = [":projectStructure_test_lib"] ) diff --git a/platform/testFramework/monorepo/BUILD.bazel b/platform/testFramework/monorepo/BUILD.bazel index 940c0f68e8f0..98e3fe32c72f 100644 --- a/platform/testFramework/monorepo/BUILD.bazel +++ b/platform/testFramework/monorepo/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.testFramework.monorepo` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -34,7 +35,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "monorepo_test", runtime_deps = [":monorepo_test_lib"] ) diff --git a/platform/testRunner/BUILD.bazel b/platform/testRunner/BUILD.bazel index ba5aebc89993..998e255de462 100644 --- a/platform/testRunner/BUILD.bazel +++ b/platform/testRunner/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.testRunner` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -67,7 +68,7 @@ jvm_library( runtime_deps = [":testRunner_resources"] ) -jvm_test( +jps_test( name = "testRunner_test", runtime_deps = [":testRunner_test_lib"] ) diff --git a/platform/threadDumpParser/BUILD.bazel b/platform/threadDumpParser/BUILD.bazel index 8cc617ea5ab1..20614c8577ed 100644 --- a/platform/threadDumpParser/BUILD.bazel +++ b/platform/threadDumpParser/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.threadDumpParser` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -35,7 +36,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "threadDumpParser_test", runtime_deps = [":threadDumpParser_test_lib"] ) diff --git a/platform/util-rt/BUILD.bazel b/platform/util-rt/BUILD.bazel index dc97946fd4e5..b8e4f886ec6f 100644 --- a/platform/util-rt/BUILD.bazel +++ b/platform/util-rt/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.util.rt` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -22,7 +23,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "util-rt_test", runtime_deps = [":util-rt_test_lib"] ) diff --git a/platform/util/BUILD.bazel b/platform/util/BUILD.bazel index ee97f7b423db..1c0de43d293f 100644 --- a/platform/util/BUILD.bazel +++ b/platform/util/BUILD.bazel @@ -56,6 +56,7 @@ jvm_library( ### auto-generated section `build intellij.platform.util` end ### auto-generated section `build intellij.platform.util.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -130,7 +131,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "util-tests_test", runtime_deps = [":util-tests_test_lib"] ) diff --git a/platform/util/concurrency/BUILD.bazel b/platform/util/concurrency/BUILD.bazel index 600c3ae2530d..f18b2c9196e6 100644 --- a/platform/util/concurrency/BUILD.bazel +++ b/platform/util/concurrency/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.concurrency` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -35,7 +36,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "concurrency_test", runtime_deps = [":concurrency_test_lib"] ) diff --git a/platform/util/coroutines/BUILD.bazel b/platform/util/coroutines/BUILD.bazel index 4863b95cf8dc..6590465b62a7 100644 --- a/platform/util/coroutines/BUILD.bazel +++ b/platform/util/coroutines/BUILD.bazel @@ -17,6 +17,7 @@ jvm_library( ### auto-generated section `build intellij.platform.util.coroutines` end ### auto-generated section `build intellij.platform.util.coroutines.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -36,7 +37,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "coroutines-tests_test", runtime_deps = [":coroutines-tests_test_lib"] ) diff --git a/platform/util/immutable-key-value-store/benchmark/BUILD.bazel b/platform/util/immutable-key-value-store/benchmark/BUILD.bazel index 6d0792f227ef..1ede1fe6e805 100644 --- a/platform/util/immutable-key-value-store/benchmark/BUILD.bazel +++ b/platform/util/immutable-key-value-store/benchmark/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.util.immutableKeyValueStore.benchmark` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -22,7 +23,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "benchmark_test", runtime_deps = [":benchmark_test_lib"] ) diff --git a/platform/util/progress/BUILD.bazel b/platform/util/progress/BUILD.bazel index 5b6870134fb2..b7eb70a6b22c 100644 --- a/platform/util/progress/BUILD.bazel +++ b/platform/util/progress/BUILD.bazel @@ -30,6 +30,7 @@ jvm_library( ### auto-generated section `build intellij.platform.util.progress` end ### auto-generated section `build intellij.platform.util.progress.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -55,7 +56,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "progress-tests_test", runtime_deps = [":progress-tests_test_lib"] ) diff --git a/platform/vcs-api/vcs-api-core/BUILD.bazel b/platform/vcs-api/vcs-api-core/BUILD.bazel index 1332c7808b7b..30a6f207fe8b 100644 --- a/platform/vcs-api/vcs-api-core/BUILD.bazel +++ b/platform/vcs-api/vcs-api-core/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.vcs.core` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -44,7 +45,7 @@ jvm_library( runtime_deps = [":vcs-core_resources"] ) -jvm_test( +jps_test( name = "vcs-core_test", runtime_deps = [":vcs-core_test_lib"] ) diff --git a/platform/vcs-impl/BUILD.bazel b/platform/vcs-impl/BUILD.bazel index ccaef539f441..9ed14680b959 100644 --- a/platform/vcs-impl/BUILD.bazel +++ b/platform/vcs-impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.vcs.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -151,7 +152,7 @@ jvm_library( runtime_deps = [":vcs-impl_resources"] ) -jvm_test( +jps_test( name = "vcs-impl_test", runtime_deps = [":vcs-impl_test_lib"] ) diff --git a/platform/vcs-log/graph/BUILD.bazel b/platform/vcs-log/graph/BUILD.bazel index 03d77db404b5..7505344e72c6 100644 --- a/platform/vcs-log/graph/BUILD.bazel +++ b/platform/vcs-log/graph/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.vcs.log.graph.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -38,7 +39,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "vcs-log-graph-impl_test", runtime_deps = [":vcs-log-graph-impl_test_lib"] ) diff --git a/platform/vcs-log/impl/BUILD.bazel b/platform/vcs-log/impl/BUILD.bazel index b82ae0c56775..586335b52da8 100644 --- a/platform/vcs-log/impl/BUILD.bazel +++ b/platform/vcs-log/impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.vcs.log.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -122,7 +123,7 @@ jvm_library( runtime_deps = [":impl_resources"] ) -jvm_test( +jps_test( name = "impl_test", runtime_deps = [":impl_test_lib"] ) diff --git a/platform/vcs-tests/BUILD.bazel b/platform/vcs-tests/BUILD.bazel index 877c11fd4d99..b31ac08738a8 100644 --- a/platform/vcs-tests/BUILD.bazel +++ b/platform/vcs-tests/BUILD.bazel @@ -27,6 +27,7 @@ jvm_library( ### auto-generated section `build intellij.platform.vcs.testFramework` end ### auto-generated section `build intellij.platform.vcs.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -79,7 +80,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "vcs-tests_test", runtime_deps = [":vcs-tests_test_lib"] ) diff --git a/platform/whatsNew/BUILD.bazel b/platform/whatsNew/BUILD.bazel index 8104df3091ae..57fed06b3f49 100644 --- a/platform/whatsNew/BUILD.bazel +++ b/platform/whatsNew/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.whatsNew` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -76,7 +77,7 @@ jvm_library( runtime_deps = [":whatsNew_resources"] ) -jvm_test( +jps_test( name = "whatsNew_test", runtime_deps = [":whatsNew_test_lib"] ) diff --git a/platform/workspace/jps/tests/BUILD.bazel b/platform/workspace/jps/tests/BUILD.bazel index 8b868725e0ff..56c49c2a5cb6 100644 --- a/platform/workspace/jps/tests/BUILD.bazel +++ b/platform/workspace/jps/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.workspace.jps.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -56,7 +57,7 @@ jvm_library( runtime_deps = [":tests_test_resources"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/platform/workspace/storage/testEntities/BUILD.bazel b/platform/workspace/storage/testEntities/BUILD.bazel index 049608a8d894..186e899e9130 100644 --- a/platform/workspace/storage/testEntities/BUILD.bazel +++ b/platform/workspace/storage/testEntities/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.workspace.storage.testEntities` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -19,7 +20,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "testEntities_test", runtime_deps = [":testEntities_test_lib"] ) diff --git a/platform/workspace/storage/tests/BUILD.bazel b/platform/workspace/storage/tests/BUILD.bazel index e1674a923370..2f6fcc75f73f 100644 --- a/platform/workspace/storage/tests/BUILD.bazel +++ b/platform/workspace/storage/tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.platform.workspace.storage.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -46,7 +47,7 @@ jvm_library( runtime_deps = [":tests_test_resources"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/platform/xdebugger-impl/BUILD.bazel b/platform/xdebugger-impl/BUILD.bazel index 253e02844f0a..e017875aab8f 100644 --- a/platform/xdebugger-impl/BUILD.bazel +++ b/platform/xdebugger-impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.debugger.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -117,7 +118,7 @@ jvm_library( runtime_deps = [":debugger-impl_resources"] ) -jvm_test( +jps_test( name = "debugger-impl_test", runtime_deps = [":debugger-impl_test_lib"] ) diff --git a/platform/xdebugger-impl/frontend/BUILD.bazel b/platform/xdebugger-impl/frontend/BUILD.bazel index c318c695dc3c..20a3d82ae748 100644 --- a/platform/xdebugger-impl/frontend/BUILD.bazel +++ b/platform/xdebugger-impl/frontend/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.debugger.impl.frontend` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -81,7 +82,7 @@ jvm_library( runtime_deps = [":frontend_resources"] ) -jvm_test( +jps_test( name = "frontend_test", runtime_deps = [":frontend_test_lib"] ) diff --git a/plugins/ByteCodeViewer/BUILD.bazel b/plugins/ByteCodeViewer/BUILD.bazel index a06388ade6a7..ac2a49f55e4e 100644 --- a/plugins/ByteCodeViewer/BUILD.bazel +++ b/plugins/ByteCodeViewer/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.byteCodeViewer` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -62,7 +63,7 @@ jvm_library( runtime_deps = [":java-byteCodeViewer_resources"] ) -jvm_test( +jps_test( name = "java-byteCodeViewer_test", runtime_deps = [":java-byteCodeViewer_test_lib"] ) diff --git a/plugins/IntelliLang/IntelliLang-tests/BUILD.bazel b/plugins/IntelliLang/IntelliLang-tests/BUILD.bazel index 6c0477421a9d..7308d92c622a 100644 --- a/plugins/IntelliLang/IntelliLang-tests/BUILD.bazel +++ b/plugins/IntelliLang/IntelliLang-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.langInjection.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -37,7 +38,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "langInjection-tests_test", runtime_deps = [":langInjection-tests_test_lib"] ) diff --git a/plugins/ant/BUILD.bazel b/plugins/ant/BUILD.bazel index 0ed00df85cec..7d48670105e8 100644 --- a/plugins/ant/BUILD.bazel +++ b/plugins/ant/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.ant` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -114,7 +115,7 @@ jvm_library( runtime_deps = [":ant_resources"] ) -jvm_test( +jps_test( name = "ant_test", runtime_deps = [":ant_test_lib"] ) diff --git a/plugins/ant/jps-plugin/BUILD.bazel b/plugins/ant/jps-plugin/BUILD.bazel index a38d25d3da44..10548b869c39 100644 --- a/plugins/ant/jps-plugin/BUILD.bazel +++ b/plugins/ant/jps-plugin/BUILD.bazel @@ -26,6 +26,7 @@ jvm_library( ### auto-generated section `build intellij.ant.jps` end ### auto-generated section `build intellij.ant.jps.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -50,7 +51,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "jps-tests_test", runtime_deps = [":jps-tests_test_lib"] ) diff --git a/plugins/commander/BUILD.bazel b/plugins/commander/BUILD.bazel index 52a7c24fffd8..5bdf852f8f1c 100644 --- a/plugins/commander/BUILD.bazel +++ b/plugins/commander/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.commander` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -59,7 +60,7 @@ jvm_library( runtime_deps = [":commander_resources"] ) -jvm_test( +jps_test( name = "commander_test", runtime_deps = [":commander_test_lib"] ) diff --git a/plugins/completion-ml-ranking-models/BUILD.bazel b/plugins/completion-ml-ranking-models/BUILD.bazel index 1b73638a367d..1fee876c30a2 100644 --- a/plugins/completion-ml-ranking-models/BUILD.bazel +++ b/plugins/completion-ml-ranking-models/BUILD.bazel @@ -41,6 +41,7 @@ jvm_library( ### auto-generated section `build intellij.completionMlRankingModels` end ### auto-generated section `build intellij.completionMlRankingModels.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -57,7 +58,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "completionMlRankingModels-tests_test", runtime_deps = [":completionMlRankingModels-tests_test_lib"] ) diff --git a/plugins/completion-ml-ranking/BUILD.bazel b/plugins/completion-ml-ranking/BUILD.bazel index 4538399cd34e..ec5f28622925 100644 --- a/plugins/completion-ml-ranking/BUILD.bazel +++ b/plugins/completion-ml-ranking/BUILD.bazel @@ -48,6 +48,7 @@ jvm_library( ### auto-generated section `build intellij.completionMlRanking` end ### auto-generated section `build intellij.completionMlRanking.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -73,7 +74,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "completionMlRanking-tests_test", runtime_deps = [":completionMlRanking-tests_test_lib"] ) diff --git a/plugins/compose/intellij.compose.ide.plugin.k1/BUILD.bazel b/plugins/compose/intellij.compose.ide.plugin.k1/BUILD.bazel index 6064ff3ddf67..37e99d300ae1 100644 --- a/plugins/compose/intellij.compose.ide.plugin.k1/BUILD.bazel +++ b/plugins/compose/intellij.compose.ide.plugin.k1/BUILD.bazel @@ -45,6 +45,7 @@ jvm_library( ### auto-generated section `build intellij.compose.ide.plugin.k1` end ### auto-generated section `build intellij.compose.ide.plugin.k1.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -75,7 +76,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "ide-plugin-k1-tests_test", runtime_deps = [":ide-plugin-k1-tests_test_lib"] ) diff --git a/plugins/compose/intellij.compose.ide.plugin.k2/BUILD.bazel b/plugins/compose/intellij.compose.ide.plugin.k2/BUILD.bazel index b629bd0b854c..03887c867477 100644 --- a/plugins/compose/intellij.compose.ide.plugin.k2/BUILD.bazel +++ b/plugins/compose/intellij.compose.ide.plugin.k2/BUILD.bazel @@ -40,6 +40,7 @@ jvm_library( ### auto-generated section `build intellij.compose.ide.plugin.k2.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -75,7 +76,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "ide-plugin-k2-tests_test", runtime_deps = [":ide-plugin-k2-tests_test_lib"] ) diff --git a/plugins/compose/intellij.compose.ide.plugin.resources/BUILD.bazel b/plugins/compose/intellij.compose.ide.plugin.resources/BUILD.bazel index 0423d49a575f..496d2e3560c6 100644 --- a/plugins/compose/intellij.compose.ide.plugin.resources/BUILD.bazel +++ b/plugins/compose/intellij.compose.ide.plugin.resources/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.compose.ide.plugin.resources` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -103,7 +104,7 @@ jvm_library( runtime_deps = [":ide-plugin-resources_resources"] ) -jvm_test( +jps_test( name = "ide-plugin-resources_test", runtime_deps = [":ide-plugin-resources_test_lib"] ) diff --git a/plugins/compose/intellij.compose.ide.plugin.shared/BUILD.bazel b/plugins/compose/intellij.compose.ide.plugin.shared/BUILD.bazel index a79aad4d35d9..b8c4be51b9d7 100644 --- a/plugins/compose/intellij.compose.ide.plugin.shared/BUILD.bazel +++ b/plugins/compose/intellij.compose.ide.plugin.shared/BUILD.bazel @@ -37,6 +37,7 @@ jvm_library( ### auto-generated section `build intellij.compose.ide.plugin.shared` end ### auto-generated section `build intellij.compose.ide.plugin.shared.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -73,7 +74,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "ide-plugin-shared-tests_test", runtime_deps = [":ide-plugin-shared-tests_test_lib"] ) diff --git a/plugins/configuration-script/BUILD.bazel b/plugins/configuration-script/BUILD.bazel index d2ea965c8ed1..631ee56d9bd1 100644 --- a/plugins/configuration-script/BUILD.bazel +++ b/plugins/configuration-script/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.configurationScript` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -74,13 +75,14 @@ jvm_library( runtime_deps = [":configuration-script_resources"] ) -jvm_test( +jps_test( name = "configuration-script_test", runtime_deps = [":configuration-script_test_lib"] ) ### auto-generated section `build intellij.configurationScript` end ### auto-generated section `build intellij.configurationScript.test.java` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -107,7 +109,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "configurationScript-test-java_test", runtime_deps = [":configurationScript-test-java_test_lib"] ) diff --git a/plugins/copyright/BUILD.bazel b/plugins/copyright/BUILD.bazel index f13a98d0dde1..2f62b0e78d68 100644 --- a/plugins/copyright/BUILD.bazel +++ b/plugins/copyright/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.copyright` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -75,7 +76,7 @@ jvm_library( runtime_deps = [":copyright_resources"] ) -jvm_test( +jps_test( name = "copyright_test", runtime_deps = [":copyright_test_lib"] ) diff --git a/plugins/coverage-common/BUILD.bazel b/plugins/coverage-common/BUILD.bazel index 7a93d7ef7e9f..6c29b99f83cf 100644 --- a/plugins/coverage-common/BUILD.bazel +++ b/plugins/coverage-common/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.coverage` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -80,7 +81,7 @@ jvm_library( runtime_deps = [":coverage_resources"] ) -jvm_test( +jps_test( name = "coverage_test", runtime_deps = [":coverage_test_lib"] ) diff --git a/plugins/coverage/BUILD.bazel b/plugins/coverage/BUILD.bazel index 98fcd9556229..8010d2692a26 100644 --- a/plugins/coverage/BUILD.bazel +++ b/plugins/coverage/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.coverage` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -100,7 +101,7 @@ jvm_library( runtime_deps = [":coverage_resources"] ) -jvm_test( +jps_test( name = "coverage_test", runtime_deps = [":coverage_test_lib"] ) diff --git a/plugins/devkit/api-dump-lang/BUILD.bazel b/plugins/devkit/api-dump-lang/BUILD.bazel index 8b7b2e914094..0f950f16d214 100644 --- a/plugins/devkit/api-dump-lang/BUILD.bazel +++ b/plugins/devkit/api-dump-lang/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.apiDump.lang` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -63,7 +64,7 @@ jvm_library( runtime_deps = [":apiDump-lang_resources"] ) -jvm_test( +jps_test( name = "apiDump-lang_test", runtime_deps = [":apiDump-lang_test_lib"] ) diff --git a/plugins/devkit/devkit-java-tests/BUILD.bazel b/plugins/devkit/devkit-java-tests/BUILD.bazel index f331eb68ea72..1c0b3c7c43a6 100644 --- a/plugins/devkit/devkit-java-tests/BUILD.bazel +++ b/plugins/devkit/devkit-java-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.java.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -74,7 +75,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "java-tests_test", runtime_deps = [":java-tests_test_lib"] ) diff --git a/plugins/devkit/devkit-kotlin-fir-tests/BUILD.bazel b/plugins/devkit/devkit-kotlin-fir-tests/BUILD.bazel index 3aa105b4ae8d..4083333f5539 100644 --- a/plugins/devkit/devkit-kotlin-fir-tests/BUILD.bazel +++ b/plugins/devkit/devkit-kotlin-fir-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.kotlin.fir.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -41,7 +42,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-fir-tests_test", runtime_deps = [":kotlin-fir-tests_test_lib"] ) diff --git a/plugins/devkit/devkit-kotlin-tests/BUILD.bazel b/plugins/devkit/devkit-kotlin-tests/BUILD.bazel index 22b234bca8e9..38b0e9c522e6 100644 --- a/plugins/devkit/devkit-kotlin-tests/BUILD.bazel +++ b/plugins/devkit/devkit-kotlin-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.kotlin.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -58,7 +59,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-tests_test", runtime_deps = [":kotlin-tests_test_lib"] ) diff --git a/plugins/devkit/devkit-tests/BUILD.bazel b/plugins/devkit/devkit-tests/BUILD.bazel index 6d35201d492f..8c1a31f96a3a 100644 --- a/plugins/devkit/devkit-tests/BUILD.bazel +++ b/plugins/devkit/devkit-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.testFramework` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -38,7 +39,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "testFramework_test", runtime_deps = [":testFramework_test_lib"] ) diff --git a/plugins/devkit/intellij.devkit.debugger/BUILD.bazel b/plugins/devkit/intellij.devkit.debugger/BUILD.bazel index eb50322294a0..4be42f10779e 100644 --- a/plugins/devkit/intellij.devkit.debugger/BUILD.bazel +++ b/plugins/devkit/intellij.devkit.debugger/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.debugger` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -58,7 +59,7 @@ jvm_library( runtime_deps = [":debugger_resources"] ) -jvm_test( +jps_test( name = "debugger_test", runtime_deps = [":debugger_test_lib"] ) diff --git a/plugins/devkit/intellij.devkit.git/BUILD.bazel b/plugins/devkit/intellij.devkit.git/BUILD.bazel index 101704a01b1d..06538aac7958 100644 --- a/plugins/devkit/intellij.devkit.git/BUILD.bazel +++ b/plugins/devkit/intellij.devkit.git/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.git` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_provided_library", "jvm_resources", "jvm_test") jvm_resources( @@ -75,7 +76,7 @@ jvm_library( runtime_deps = [":git_resources"] ) -jvm_test( +jps_test( name = "git_test", runtime_deps = [":git_test_lib"] ) diff --git a/plugins/devkit/intellij.devkit.gradle/BUILD.bazel b/plugins/devkit/intellij.devkit.gradle/BUILD.bazel index e03e57f333bb..f3e5a60b9463 100644 --- a/plugins/devkit/intellij.devkit.gradle/BUILD.bazel +++ b/plugins/devkit/intellij.devkit.gradle/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.gradle` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -76,7 +77,7 @@ jvm_library( runtime_deps = [":gradle_resources"] ) -jvm_test( +jps_test( name = "gradle_test", runtime_deps = [":gradle_test_lib"] ) diff --git a/plugins/devkit/intellij.devkit.i18n/BUILD.bazel b/plugins/devkit/intellij.devkit.i18n/BUILD.bazel index f136cbdf1f36..70dd4434d85e 100644 --- a/plugins/devkit/intellij.devkit.i18n/BUILD.bazel +++ b/plugins/devkit/intellij.devkit.i18n/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.i18n` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -78,7 +79,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "i18n_test", runtime_deps = [":i18n_test_lib"] ) diff --git a/plugins/devkit/intellij.devkit.themes/BUILD.bazel b/plugins/devkit/intellij.devkit.themes/BUILD.bazel index e2a06027976e..9c24ba143227 100644 --- a/plugins/devkit/intellij.devkit.themes/BUILD.bazel +++ b/plugins/devkit/intellij.devkit.themes/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.themes` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -70,7 +71,7 @@ jvm_library( runtime_deps = [":themes_resources"] ) -jvm_test( +jps_test( name = "themes_test", runtime_deps = [":themes_test_lib"] ) diff --git a/plugins/devkit/intellij.devkit.workspaceModel/k1/BUILD.bazel b/plugins/devkit/intellij.devkit.workspaceModel/k1/BUILD.bazel index d3491814ab40..bb0a7083ad50 100644 --- a/plugins/devkit/intellij.devkit.workspaceModel/k1/BUILD.bazel +++ b/plugins/devkit/intellij.devkit.workspaceModel/k1/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.devkit.workspaceModel.k1` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -76,7 +77,7 @@ jvm_library( runtime_deps = [":k1_resources"] ) -jvm_test( +jps_test( name = "k1_test", runtime_deps = [":k1_test_lib"] ) diff --git a/plugins/devkit/intellij.devkit.workspaceModel/k2/BUILD.bazel b/plugins/devkit/intellij.devkit.workspaceModel/k2/BUILD.bazel index 2f9eb9f1aebe..dfe42d279866 100644 --- a/plugins/devkit/intellij.devkit.workspaceModel/k2/BUILD.bazel +++ b/plugins/devkit/intellij.devkit.workspaceModel/k2/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.devkit.workspaceModel.k2` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -78,7 +79,7 @@ jvm_library( runtime_deps = [":k2_resources"] ) -jvm_test( +jps_test( name = "k2_test", runtime_deps = [":k2_test_lib"] ) diff --git a/plugins/devkit/intellij.devkit.workspaceModel/tests/BUILD.bazel b/plugins/devkit/intellij.devkit.workspaceModel/tests/BUILD.bazel index eb4ef3fac856..af9ab6562f4f 100644 --- a/plugins/devkit/intellij.devkit.workspaceModel/tests/BUILD.bazel +++ b/plugins/devkit/intellij.devkit.workspaceModel/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.devkit.workspaceModel.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -49,7 +50,7 @@ jvm_library( runtime_deps = ["//plugins/devkit"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/devkit/intellij.kotlin.devkit/k1/BUILD.bazel b/plugins/devkit/intellij.kotlin.devkit/k1/BUILD.bazel index f384df333546..e056672afbdf 100644 --- a/plugins/devkit/intellij.kotlin.devkit/k1/BUILD.bazel +++ b/plugins/devkit/intellij.kotlin.devkit/k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.kotlin.devkit.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -65,7 +66,7 @@ jvm_library( runtime_deps = [":k1_resources"] ) -jvm_test( +jps_test( name = "k1_test", runtime_deps = [":k1_test_lib"] ) diff --git a/plugins/devkit/jps-plugin/BUILD.bazel b/plugins/devkit/jps-plugin/BUILD.bazel index 1e2fa93fc6fc..8ec5792ebdda 100644 --- a/plugins/devkit/jps-plugin/BUILD.bazel +++ b/plugins/devkit/jps-plugin/BUILD.bazel @@ -29,6 +29,7 @@ jvm_library( ### auto-generated section `build intellij.devkit.jps` end ### auto-generated section `build intellij.devkit.jps.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -57,7 +58,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "jps-tests_test", runtime_deps = [":jps-tests_test_lib"] ) diff --git a/plugins/devkit/runtimeModuleRepository/jps/BUILD.bazel b/plugins/devkit/runtimeModuleRepository/jps/BUILD.bazel index 7b8b3aada2f1..a47a85deba3d 100644 --- a/plugins/devkit/runtimeModuleRepository/jps/BUILD.bazel +++ b/plugins/devkit/runtimeModuleRepository/jps/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.devkit.runtimeModuleRepository.jps` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -53,7 +54,7 @@ jvm_library( runtime_deps = [":jps_resources"] ) -jvm_test( +jps_test( name = "jps_test", runtime_deps = [":jps_test_lib"] ) diff --git a/plugins/eclipse/BUILD.bazel b/plugins/eclipse/BUILD.bazel index e34eb5479463..e3ca3d44f908 100644 --- a/plugins/eclipse/BUILD.bazel +++ b/plugins/eclipse/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.eclipse` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -91,7 +92,7 @@ jvm_library( runtime_deps = [":eclipse_resources"] ) -jvm_test( +jps_test( name = "eclipse_test", runtime_deps = [":eclipse_test_lib"] ) diff --git a/plugins/editorconfig/backend/BUILD.bazel b/plugins/editorconfig/backend/BUILD.bazel index a64edffa78e3..7c4298d4c59e 100644 --- a/plugins/editorconfig/backend/BUILD.bazel +++ b/plugins/editorconfig/backend/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.editorconfig.backend` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -105,7 +106,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "backend_test", runtime_deps = [":backend_test_lib"] ) diff --git a/plugins/evaluation-plugin/BUILD.bazel b/plugins/evaluation-plugin/BUILD.bazel index 715c8e83b9ee..29539386f359 100644 --- a/plugins/evaluation-plugin/BUILD.bazel +++ b/plugins/evaluation-plugin/BUILD.bazel @@ -47,6 +47,7 @@ jvm_library( ### auto-generated section `build intellij.evaluationPlugin` end ### auto-generated section `build intellij.evaluationPlugin.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -72,7 +73,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "evaluationPlugin-tests_test", runtime_deps = [":evaluationPlugin-tests_test_lib"] ) diff --git a/plugins/evaluation-plugin/languages/java/BUILD.bazel b/plugins/evaluation-plugin/languages/java/BUILD.bazel index 4c9dce226e86..5580ab7ae68a 100644 --- a/plugins/evaluation-plugin/languages/java/BUILD.bazel +++ b/plugins/evaluation-plugin/languages/java/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.evaluationPlugin.languages.java` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -63,7 +64,7 @@ jvm_library( runtime_deps = [":java_resources"] ) -jvm_test( +jps_test( name = "java_test", runtime_deps = [":java_test_lib"] ) diff --git a/plugins/filePrediction/BUILD.bazel b/plugins/filePrediction/BUILD.bazel index 5bb705e68763..56c315de296d 100644 --- a/plugins/filePrediction/BUILD.bazel +++ b/plugins/filePrediction/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.filePrediction` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -87,7 +88,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "filePrediction_test", runtime_deps = [":filePrediction_test_lib"] ) diff --git a/plugins/git-features-trainer/BUILD.bazel b/plugins/git-features-trainer/BUILD.bazel index e0f910448aeb..1fedc58a4c62 100644 --- a/plugins/git-features-trainer/BUILD.bazel +++ b/plugins/git-features-trainer/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.vcs.git.featuresTrainer` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -75,7 +76,7 @@ jvm_library( runtime_deps = [":vcs-git-featuresTrainer_resources"] ) -jvm_test( +jps_test( name = "vcs-git-featuresTrainer_test", runtime_deps = [":vcs-git-featuresTrainer_test_lib"] ) diff --git a/plugins/git4idea/BUILD.bazel b/plugins/git4idea/BUILD.bazel index bd939fc93e6f..28d24d99edda 100644 --- a/plugins/git4idea/BUILD.bazel +++ b/plugins/git4idea/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.vcs.git` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -227,7 +228,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "vcs-git_test", runtime_deps = [":vcs-git_test_lib"] ) diff --git a/plugins/git4idea/intellij.vcs.git.coverage/BUILD.bazel b/plugins/git4idea/intellij.vcs.git.coverage/BUILD.bazel index c3421a08122b..f036cd50d74b 100644 --- a/plugins/git4idea/intellij.vcs.git.coverage/BUILD.bazel +++ b/plugins/git4idea/intellij.vcs.git.coverage/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.vcs.git.coverage` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -57,7 +58,7 @@ jvm_library( runtime_deps = [":vcs-git-coverage_resources"] ) -jvm_test( +jps_test( name = "vcs-git-coverage_test", runtime_deps = [":vcs-git-coverage_test_lib"] ) diff --git a/plugins/github/github-core/BUILD.bazel b/plugins/github/github-core/BUILD.bazel index 9df4a7701dae..3b4c6897530e 100644 --- a/plugins/github/github-core/BUILD.bazel +++ b/plugins/github/github-core/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.vcs.github` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -174,7 +175,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "vcs-github_test", runtime_deps = [":vcs-github_test_lib"] ) diff --git a/plugins/gitlab/gitlab-core/BUILD.bazel b/plugins/gitlab/gitlab-core/BUILD.bazel index 264a06ac5ecf..45bcd62c1344 100644 --- a/plugins/gitlab/gitlab-core/BUILD.bazel +++ b/plugins/gitlab/gitlab-core/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.vcs.gitlab` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -142,7 +143,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "vcs-gitlab_test", runtime_deps = [":vcs-gitlab_test_lib"] ) diff --git a/plugins/gitlab/gitlab-yaml/BUILD.bazel b/plugins/gitlab/gitlab-yaml/BUILD.bazel index 3ab56e22e9d1..89e67aa3aa6e 100644 --- a/plugins/gitlab/gitlab-yaml/BUILD.bazel +++ b/plugins/gitlab/gitlab-yaml/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.vcs.gitlab.yaml` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -47,7 +48,7 @@ jvm_library( runtime_deps = [":vcs-gitlab-yaml_resources"] ) -jvm_test( +jps_test( name = "vcs-gitlab-yaml_test", runtime_deps = [":vcs-gitlab-yaml_test_lib"] ) diff --git a/plugins/gradle-maven/BUILD.bazel b/plugins/gradle-maven/BUILD.bazel index 9fec0135c272..d9f70e3afad2 100644 --- a/plugins/gradle-maven/BUILD.bazel +++ b/plugins/gradle-maven/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.gradle.java.maven` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -52,7 +53,7 @@ jvm_library( runtime_deps = [":gradle-java-maven_resources"] ) -jvm_test( +jps_test( name = "gradle-java-maven_test", runtime_deps = [":gradle-java-maven_test_lib"] ) diff --git a/plugins/gradle/BUILD.bazel b/plugins/gradle/BUILD.bazel index 630277c1d22c..76ad3e03c64b 100644 --- a/plugins/gradle/BUILD.bazel +++ b/plugins/gradle/BUILD.bazel @@ -95,6 +95,7 @@ java_library( ### auto-generated section `build intellij.gradle.common` end ### auto-generated section `build intellij.gradle.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -172,7 +173,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "gradle-tests_test", runtime_deps = [":gradle-tests_test_lib"] ) diff --git a/plugins/gradle/gradle-declarative-sync/BUILD.bazel b/plugins/gradle/gradle-declarative-sync/BUILD.bazel index 0018bd6bdfc9..601bb260dd6d 100644 --- a/plugins/gradle/gradle-declarative-sync/BUILD.bazel +++ b/plugins/gradle/gradle-declarative-sync/BUILD.bazel @@ -33,6 +33,7 @@ jvm_library( ### auto-generated section `build intellij.gradle.declarativeSync` end ### auto-generated section `build intellij.gradle.declarativeSync.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -65,7 +66,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "declarativeSync-tests_test", runtime_deps = [":declarativeSync-tests_test_lib"] ) diff --git a/plugins/gradle/java/BUILD.bazel b/plugins/gradle/java/BUILD.bazel index a94f66fc2071..a747599dc364 100644 --- a/plugins/gradle/java/BUILD.bazel +++ b/plugins/gradle/java/BUILD.bazel @@ -83,6 +83,7 @@ jvm_library( ### auto-generated section `build intellij.gradle.java` end ### auto-generated section `build intellij.gradle.java.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -165,7 +166,7 @@ jvm_library( runtime_deps = [":java-tests_test_resources"] ) -jvm_test( +jps_test( name = "java-tests_test", runtime_deps = [":java-tests_test_lib"] ) diff --git a/plugins/gradle/jps-plugin/BUILD.bazel b/plugins/gradle/jps-plugin/BUILD.bazel index 17f5040b16c3..b1e8446bbab3 100644 --- a/plugins/gradle/jps-plugin/BUILD.bazel +++ b/plugins/gradle/jps-plugin/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.gradle.jps` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -57,7 +58,7 @@ jvm_library( runtime_deps = [":jps_resources"] ) -jvm_test( +jps_test( name = "jps_test", runtime_deps = [":jps_test_lib"] ) diff --git a/plugins/gradle/native/tooling/BUILD.bazel b/plugins/gradle/native/tooling/BUILD.bazel index 1407a97ec74b..681ebd92ee39 100644 --- a/plugins/gradle/native/tooling/BUILD.bazel +++ b/plugins/gradle/native/tooling/BUILD.bazel @@ -32,6 +32,7 @@ jvm_library( ### auto-generated section `build intellij.gradle.native.tooling` end ### auto-generated section `build intellij.gradle.native.tooling.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -50,7 +51,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "gradle-native-tooling-tests_test", runtime_deps = [":gradle-native-tooling-tests_test_lib"] ) diff --git a/plugins/gradle/tooling-extension-impl/BUILD.bazel b/plugins/gradle/tooling-extension-impl/BUILD.bazel index 06dca677da6b..073eb7cb062f 100644 --- a/plugins/gradle/tooling-extension-impl/BUILD.bazel +++ b/plugins/gradle/tooling-extension-impl/BUILD.bazel @@ -44,6 +44,7 @@ jvm_library( ### auto-generated section `build intellij.gradle.toolingExtension.impl` end ### auto-generated section `build intellij.gradle.toolingExtension.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -84,7 +85,7 @@ jvm_library( runtime_deps = [":toolingExtension-tests_test_resources"] ) -jvm_test( +jps_test( name = "toolingExtension-tests_test", runtime_deps = [":toolingExtension-tests_test_lib"] ) diff --git a/plugins/grazie/src/test/BUILD.bazel b/plugins/grazie/src/test/BUILD.bazel index 1a76b845f33f..cd673e0329ca 100644 --- a/plugins/grazie/src/test/BUILD.bazel +++ b/plugins/grazie/src/test/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.grazie.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -59,7 +60,7 @@ jvm_library( runtime_deps = [":grazie-tests_test_resources"] ) -jvm_test( +jps_test( name = "grazie-tests_test", runtime_deps = [":grazie-tests_test_lib"] ) diff --git a/plugins/groovy/BUILD.bazel b/plugins/groovy/BUILD.bazel index ec972f5b9604..10d10b987642 100644 --- a/plugins/groovy/BUILD.bazel +++ b/plugins/groovy/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.groovy` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_provided_library", "jvm_resources", "jvm_test") jvm_resources( @@ -176,7 +177,7 @@ jvm_library( runtime_deps = [":groovy_resources"] ) -jvm_test( +jps_test( name = "groovy_test", runtime_deps = [":groovy_test_lib"] ) diff --git a/plugins/groovy/groovy-uast-tests/BUILD.bazel b/plugins/groovy/groovy-uast-tests/BUILD.bazel index d956c47d8313..abbf35a865cd 100644 --- a/plugins/groovy/groovy-uast-tests/BUILD.bazel +++ b/plugins/groovy/groovy-uast-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.groovy.uast.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -23,7 +24,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "uast-tests_test", runtime_deps = [":uast-tests_test_lib"] ) diff --git a/plugins/groovy/jps-plugin/BUILD.bazel b/plugins/groovy/jps-plugin/BUILD.bazel index 67a1ed039c89..1f17acbdf097 100644 --- a/plugins/groovy/jps-plugin/BUILD.bazel +++ b/plugins/groovy/jps-plugin/BUILD.bazel @@ -34,6 +34,7 @@ jvm_library( ### auto-generated section `build intellij.groovy.jps` end ### auto-generated section `build intellij.groovy.jps.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -55,7 +56,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "jps-tests_test", runtime_deps = [":jps-tests_test_lib"] ) diff --git a/plugins/groovy/structuralsearch-groovy/BUILD.bazel b/plugins/groovy/structuralsearch-groovy/BUILD.bazel index 967149a4c43d..85a919019ec9 100644 --- a/plugins/groovy/structuralsearch-groovy/BUILD.bazel +++ b/plugins/groovy/structuralsearch-groovy/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.groovy.structuralSearch` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -50,7 +51,7 @@ jvm_library( runtime_deps = [":structuralSearch_resources"] ) -jvm_test( +jps_test( name = "structuralSearch_test", runtime_deps = [":structuralSearch_test_lib"] ) diff --git a/plugins/hg4idea/BUILD.bazel b/plugins/hg4idea/BUILD.bazel index 70f2e3801790..13d1a9ae16b2 100644 --- a/plugins/hg4idea/BUILD.bazel +++ b/plugins/hg4idea/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.vcs.hg` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -83,7 +84,7 @@ jvm_library( runtime_deps = [":vcs-hg_resources"] ) -jvm_test( +jps_test( name = "vcs-hg_test", runtime_deps = [":vcs-hg_test_lib"] ) diff --git a/plugins/htmltools/BUILD.bazel b/plugins/htmltools/BUILD.bazel index bc46f2125abb..0341b03a7fd1 100644 --- a/plugins/htmltools/BUILD.bazel +++ b/plugins/htmltools/BUILD.bazel @@ -33,6 +33,7 @@ jvm_library( ### auto-generated section `build intellij.html.tools` end ### auto-generated section `build intellij.html.tools.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -65,7 +66,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "html-tools-tests_test", runtime_deps = [":html-tools-tests_test_lib"] ) diff --git a/plugins/ide-features-trainer/BUILD.bazel b/plugins/ide-features-trainer/BUILD.bazel index c5bd62d567e3..8ddd3e9e3831 100644 --- a/plugins/ide-features-trainer/BUILD.bazel +++ b/plugins/ide-features-trainer/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.featuresTrainer` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -107,7 +108,7 @@ jvm_library( runtime_deps = [":featuresTrainer_resources"] ) -jvm_test( +jps_test( name = "featuresTrainer_test", runtime_deps = [":featuresTrainer_test_lib"] ) diff --git a/plugins/ide-startup/importSettings/BUILD.bazel b/plugins/ide-startup/importSettings/BUILD.bazel index 1d6879473c5a..57738bca77af 100644 --- a/plugins/ide-startup/importSettings/BUILD.bazel +++ b/plugins/ide-startup/importSettings/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.ide.startup.importSettings` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -100,7 +101,7 @@ jvm_library( runtime_deps = [":importSettings_resources"] ) -jvm_test( +jps_test( name = "importSettings_test", runtime_deps = [":importSettings_test_lib"] ) diff --git a/plugins/java-decompiler/engine/BUILD.bazel b/plugins/java-decompiler/engine/BUILD.bazel index 5c80da67b942..7a1002bf17b3 100644 --- a/plugins/java-decompiler/engine/BUILD.bazel +++ b/plugins/java-decompiler/engine/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.decompiler.engine` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -29,7 +30,7 @@ jvm_library( runtime_deps = [":engine_resources"] ) -jvm_test( +jps_test( name = "engine_test", runtime_deps = [":engine_test_lib"] ) diff --git a/plugins/java-decompiler/plugin/BUILD.bazel b/plugins/java-decompiler/plugin/BUILD.bazel index bb6b82833878..a804bfb106e2 100644 --- a/plugins/java-decompiler/plugin/BUILD.bazel +++ b/plugins/java-decompiler/plugin/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.decompiler` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -64,7 +65,7 @@ jvm_library( runtime_deps = [":java-decompiler_resources"] ) -jvm_test( +jps_test( name = "java-decompiler_test", runtime_deps = [":java-decompiler_test_lib"] ) diff --git a/plugins/java-i18n/BUILD.bazel b/plugins/java-i18n/BUILD.bazel index 84c7f965ad4c..ad0ebbf3bbfb 100644 --- a/plugins/java-i18n/BUILD.bazel +++ b/plugins/java-i18n/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.i18n` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -105,7 +106,7 @@ jvm_library( runtime_deps = [":java-i18n_resources"] ) -jvm_test( +jps_test( name = "java-i18n_test", runtime_deps = [":java-i18n_test_lib"] ) diff --git a/plugins/javaFX/BUILD.bazel b/plugins/javaFX/BUILD.bazel index 2a18d2d385fd..06310c78b421 100644 --- a/plugins/javaFX/BUILD.bazel +++ b/plugins/javaFX/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.javaFX` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -103,7 +104,7 @@ jvm_library( runtime_deps = [":javaFX_resources"] ) -jvm_test( +jps_test( name = "javaFX_test", runtime_deps = [":javaFX_test_lib"] ) diff --git a/plugins/javaFX/community/BUILD.bazel b/plugins/javaFX/community/BUILD.bazel index be86edb9d208..1f18e7145ed9 100644 --- a/plugins/javaFX/community/BUILD.bazel +++ b/plugins/javaFX/community/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.javaFX.community` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -48,7 +49,7 @@ jvm_library( runtime_deps = [":community_resources"] ) -jvm_test( +jps_test( name = "community_test", runtime_deps = [":community_test_lib"] ) diff --git a/plugins/jsonpath/BUILD.bazel b/plugins/jsonpath/BUILD.bazel index 2ae01369cff5..7ede65ae1418 100644 --- a/plugins/jsonpath/BUILD.bazel +++ b/plugins/jsonpath/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.jsonpath` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -62,7 +63,7 @@ jvm_library( runtime_deps = [":jsonpath_resources"] ) -jvm_test( +jps_test( name = "jsonpath_test", runtime_deps = [":jsonpath_test_lib"] ) diff --git a/plugins/junit/groovy-tests/BUILD.bazel b/plugins/junit/groovy-tests/BUILD.bazel index 9393d4cb61b2..105ef66a469f 100644 --- a/plugins/junit/groovy-tests/BUILD.bazel +++ b/plugins/junit/groovy-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.junit.groovy.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -20,7 +21,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "groovy-tests_test", runtime_deps = [":groovy-tests_test_lib"] ) diff --git a/plugins/junit/java-tests/BUILD.bazel b/plugins/junit/java-tests/BUILD.bazel index 229260bcabc8..5833f894e76a 100644 --- a/plugins/junit/java-tests/BUILD.bazel +++ b/plugins/junit/java-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.junit.java.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -43,7 +44,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "java-tests_test", runtime_deps = [":java-tests_test_lib"] ) diff --git a/plugins/junit/kotlin-tests-k1/BUILD.bazel b/plugins/junit/kotlin-tests-k1/BUILD.bazel index ad72ba956b45..697a5d596f25 100644 --- a/plugins/junit/kotlin-tests-k1/BUILD.bazel +++ b/plugins/junit/kotlin-tests-k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.junit.kotlin.tests.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -24,7 +25,7 @@ jvm_library( runtime_deps = ["//plugins/kotlin/plugin/k1"] ) -jvm_test( +jps_test( name = "kotlin-tests-k1_test", runtime_deps = [":kotlin-tests-k1_test_lib"] ) diff --git a/plugins/junit/kotlin-tests-k2/BUILD.bazel b/plugins/junit/kotlin-tests-k2/BUILD.bazel index dbd2420105cf..abe82a0bcbf6 100644 --- a/plugins/junit/kotlin-tests-k2/BUILD.bazel +++ b/plugins/junit/kotlin-tests-k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.junit.kotlin.tests.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -24,7 +25,7 @@ jvm_library( runtime_deps = ["//plugins/kotlin/plugin/k2"] ) -jvm_test( +jps_test( name = "kotlin-tests-k2_test", runtime_deps = [":kotlin-tests-k2_test_lib"] ) diff --git a/plugins/junit/kotlin-tests-shared/BUILD.bazel b/plugins/junit/kotlin-tests-shared/BUILD.bazel index 7ac9c501c87b..cfa9ae89334a 100644 --- a/plugins/junit/kotlin-tests-shared/BUILD.bazel +++ b/plugins/junit/kotlin-tests-shared/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.junit.kotlin.tests.shared` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -31,7 +32,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-tests-shared_test", runtime_deps = [":kotlin-tests-shared_test_lib"] ) diff --git a/plugins/junit5_rt_tests/BUILD.bazel b/plugins/junit5_rt_tests/BUILD.bazel index d735b198c9b7..7e96054bc54a 100644 --- a/plugins/junit5_rt_tests/BUILD.bazel +++ b/plugins/junit5_rt_tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.junit.v5.rt.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -38,7 +39,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "junit-v5-rt-tests_test", runtime_deps = [":junit-v5-rt-tests_test_lib"] ) diff --git a/plugins/kotlin/base/analysis-api/analysis-api-k2-tests/BUILD.bazel b/plugins/kotlin/base/analysis-api/analysis-api-k2-tests/BUILD.bazel index a482442250df..9b0dc32110fe 100644 --- a/plugins/kotlin/base/analysis-api/analysis-api-k2-tests/BUILD.bazel +++ b/plugins/kotlin/base/analysis-api/analysis-api-k2-tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.base.analysis.analysis-api.k2.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -42,7 +43,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-base-analysis-analysis-api-k2-tests_test", runtime_deps = [":kotlin-base-analysis-analysis-api-k2-tests_test_lib"] ) diff --git a/plugins/kotlin/base/analysis/tests/BUILD.bazel b/plugins/kotlin/base/analysis/tests/BUILD.bazel index dd9da72d1e94..5a1d3f7b8c30 100644 --- a/plugins/kotlin/base/analysis/tests/BUILD.bazel +++ b/plugins/kotlin/base/analysis/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.base.analysis.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -36,7 +37,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/base/code-insight/BUILD.bazel b/plugins/kotlin/base/code-insight/BUILD.bazel index 3908dabf467e..5e42244d8aff 100644 --- a/plugins/kotlin/base/code-insight/BUILD.bazel +++ b/plugins/kotlin/base/code-insight/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.base.code-insight` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -122,7 +123,7 @@ jvm_library( runtime_deps = [":code-insight_resources"] ) -jvm_test( +jps_test( name = "code-insight_test", runtime_deps = [":code-insight_test_lib"] ) diff --git a/plugins/kotlin/base/facet/tests/BUILD.bazel b/plugins/kotlin/base/facet/tests/BUILD.bazel index 27c150dbb8fc..bfc07925e46b 100644 --- a/plugins/kotlin/base/facet/tests/BUILD.bazel +++ b/plugins/kotlin/base/facet/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.base.facet.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -51,7 +52,7 @@ jvm_library( runtime_deps = ["//plugins/kotlin/compiler-plugins/kotlinx-serialization/common"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/base/fir/analysis-api-platform/BUILD.bazel b/plugins/kotlin/base/fir/analysis-api-platform/BUILD.bazel index 1462822e81f8..707a594c936e 100644 --- a/plugins/kotlin/base/fir/analysis-api-platform/BUILD.bazel +++ b/plugins/kotlin/base/fir/analysis-api-platform/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.base.fir.analysis-api-platform` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -119,7 +120,7 @@ jvm_library( runtime_deps = [":analysis-api-platform_resources"] ) -jvm_test( +jps_test( name = "analysis-api-platform_test", runtime_deps = [":analysis-api-platform_test_lib"] ) diff --git a/plugins/kotlin/base/fir/project-structure/BUILD.bazel b/plugins/kotlin/base/fir/project-structure/BUILD.bazel index 45941b381312..5fb386102eec 100644 --- a/plugins/kotlin/base/fir/project-structure/BUILD.bazel +++ b/plugins/kotlin/base/fir/project-structure/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.base.fir.project-structure` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -108,7 +109,7 @@ jvm_library( runtime_deps = [":project-structure_resources"] ) -jvm_test( +jps_test( name = "project-structure_test", runtime_deps = [":project-structure_test_lib"] ) diff --git a/plugins/kotlin/base/indices/tests/BUILD.bazel b/plugins/kotlin/base/indices/tests/BUILD.bazel index 2ddb44bc396b..c10d1047590a 100644 --- a/plugins/kotlin/base/indices/tests/BUILD.bazel +++ b/plugins/kotlin/base/indices/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.base.indices.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -28,7 +29,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/base/plugin/BUILD.bazel b/plugins/kotlin/base/plugin/BUILD.bazel index 17064f4b4936..f12ddc92f84c 100644 --- a/plugins/kotlin/base/plugin/BUILD.bazel +++ b/plugins/kotlin/base/plugin/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.base.plugin` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -103,7 +104,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "plugin_test", runtime_deps = [":plugin_test_lib"] ) diff --git a/plugins/kotlin/base/project-structure/BUILD.bazel b/plugins/kotlin/base/project-structure/BUILD.bazel index b98113c9b2e1..334ed34cd58e 100644 --- a/plugins/kotlin/base/project-structure/BUILD.bazel +++ b/plugins/kotlin/base/project-structure/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.base.project-structure` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -120,7 +121,7 @@ jvm_library( runtime_deps = [":project-structure_resources"] ) -jvm_test( +jps_test( name = "project-structure_test", runtime_deps = [":project-structure_test_lib"] ) diff --git a/plugins/kotlin/base/scripting.k1/BUILD.bazel b/plugins/kotlin/base/scripting.k1/BUILD.bazel index c5ae14643e4e..8ea5ff2d76af 100644 --- a/plugins/kotlin/base/scripting.k1/BUILD.bazel +++ b/plugins/kotlin/base/scripting.k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.base.scripting.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -132,7 +133,7 @@ jvm_library( runtime_deps = [":scripting.k1_resources"] ) -jvm_test( +jps_test( name = "scripting.k1_test", runtime_deps = [":scripting.k1_test_lib"] ) diff --git a/plugins/kotlin/base/scripting/BUILD.bazel b/plugins/kotlin/base/scripting/BUILD.bazel index 6bf66b9e28d3..8a8abc5c5d7a 100644 --- a/plugins/kotlin/base/scripting/BUILD.bazel +++ b/plugins/kotlin/base/scripting/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.base.scripting` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -141,7 +142,7 @@ jvm_library( runtime_deps = [":scripting_resources"] ) -jvm_test( +jps_test( name = "scripting_test", runtime_deps = [":scripting_test_lib"] ) diff --git a/plugins/kotlin/base/test/BUILD.bazel b/plugins/kotlin/base/test/BUILD.bazel index 113df4f34595..e60efff4750f 100644 --- a/plugins/kotlin/base/test/BUILD.bazel +++ b/plugins/kotlin/base/test/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.base.test` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -34,7 +35,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "test_test", runtime_deps = [":test_test_lib"] ) diff --git a/plugins/kotlin/base/util/BUILD.bazel b/plugins/kotlin/base/util/BUILD.bazel index af4eb1a073b2..4f061bb21491 100644 --- a/plugins/kotlin/base/util/BUILD.bazel +++ b/plugins/kotlin/base/util/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.base.util` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -69,7 +70,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "util_test", runtime_deps = [":util_test_lib"] ) diff --git a/plugins/kotlin/code-insight/fixes-k2/tests/BUILD.bazel b/plugins/kotlin/code-insight/fixes-k2/tests/BUILD.bazel index 7bf9c7191e8b..eedf4a11a4ad 100644 --- a/plugins/kotlin/code-insight/fixes-k2/tests/BUILD.bazel +++ b/plugins/kotlin/code-insight/fixes-k2/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.code-insight.fixes.k2.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -34,7 +35,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/code-insight/inspections-k2/tests/BUILD.bazel b/plugins/kotlin/code-insight/inspections-k2/tests/BUILD.bazel index bcde6ca17267..169cfcf1248f 100644 --- a/plugins/kotlin/code-insight/inspections-k2/tests/BUILD.bazel +++ b/plugins/kotlin/code-insight/inspections-k2/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.code-insight.inspections.k2.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -62,7 +63,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/code-insight/inspections-shared/tests/k1/BUILD.bazel b/plugins/kotlin/code-insight/inspections-shared/tests/k1/BUILD.bazel index 59e12a8f1fdb..9572f37f678f 100644 --- a/plugins/kotlin/code-insight/inspections-shared/tests/k1/BUILD.bazel +++ b/plugins/kotlin/code-insight/inspections-shared/tests/k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.code-insight.inspections-shared.tests.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -51,7 +52,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "k1_test", runtime_deps = [":k1_test_lib"] ) diff --git a/plugins/kotlin/code-insight/inspections-shared/tests/k2/BUILD.bazel b/plugins/kotlin/code-insight/inspections-shared/tests/k2/BUILD.bazel index ba3f52ff879d..3a0464cbecdd 100644 --- a/plugins/kotlin/code-insight/inspections-shared/tests/k2/BUILD.bazel +++ b/plugins/kotlin/code-insight/inspections-shared/tests/k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.code-insight.inspections-shared.tests.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -52,7 +53,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "k2_test", runtime_deps = [":k2_test_lib"] ) diff --git a/plugins/kotlin/code-insight/intentions-k2/tests/BUILD.bazel b/plugins/kotlin/code-insight/intentions-k2/tests/BUILD.bazel index 97951594d894..6cbbd11f1a85 100644 --- a/plugins/kotlin/code-insight/intentions-k2/tests/BUILD.bazel +++ b/plugins/kotlin/code-insight/intentions-k2/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.code-insight.intentions.k2.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -46,7 +47,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/code-insight/intentions-shared/tests/k1/BUILD.bazel b/plugins/kotlin/code-insight/intentions-shared/tests/k1/BUILD.bazel index 92a4ee933700..4eb1f5d492a1 100644 --- a/plugins/kotlin/code-insight/intentions-shared/tests/k1/BUILD.bazel +++ b/plugins/kotlin/code-insight/intentions-shared/tests/k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.code-insight.intentions-shared.tests.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -44,7 +45,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "k1_test", runtime_deps = [":k1_test_lib"] ) diff --git a/plugins/kotlin/code-insight/intentions-shared/tests/k2/BUILD.bazel b/plugins/kotlin/code-insight/intentions-shared/tests/k2/BUILD.bazel index 5880d3e1de64..d61bf982606e 100644 --- a/plugins/kotlin/code-insight/intentions-shared/tests/k2/BUILD.bazel +++ b/plugins/kotlin/code-insight/intentions-shared/tests/k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.code-insight.intentions-shared.tests.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -45,7 +46,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "k2_test", runtime_deps = [":k2_test_lib"] ) diff --git a/plugins/kotlin/code-insight/kotlin.code-insight.k1/BUILD.bazel b/plugins/kotlin/code-insight/kotlin.code-insight.k1/BUILD.bazel index 4288c88f4849..7ed9496622ea 100644 --- a/plugins/kotlin/code-insight/kotlin.code-insight.k1/BUILD.bazel +++ b/plugins/kotlin/code-insight/kotlin.code-insight.k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.code-insight.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -58,7 +59,7 @@ jvm_library( runtime_deps = [":kotlin-code-insight-k1_resources"] ) -jvm_test( +jps_test( name = "kotlin-code-insight-k1_test", runtime_deps = [":kotlin-code-insight-k1_test_lib"] ) diff --git a/plugins/kotlin/code-insight/kotlin.code-insight.k2/BUILD.bazel b/plugins/kotlin/code-insight/kotlin.code-insight.k2/BUILD.bazel index 179b2928d9cb..41d0dd57a29a 100644 --- a/plugins/kotlin/code-insight/kotlin.code-insight.k2/BUILD.bazel +++ b/plugins/kotlin/code-insight/kotlin.code-insight.k2/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.code-insight.k2` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -166,7 +167,7 @@ jvm_library( runtime_deps = [":kotlin-code-insight-k2_resources"] ) -jvm_test( +jps_test( name = "kotlin-code-insight-k2_test", runtime_deps = [":kotlin-code-insight-k2_test_lib"] ) diff --git a/plugins/kotlin/code-insight/line-markers/BUILD.bazel b/plugins/kotlin/code-insight/line-markers/BUILD.bazel index c0826f84a3a5..a47c0f8d870f 100644 --- a/plugins/kotlin/code-insight/line-markers/BUILD.bazel +++ b/plugins/kotlin/code-insight/line-markers/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.code-insight.line-markers.k2` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -106,7 +107,7 @@ jvm_library( runtime_deps = [":kotlin-code-insight-line-markers-k2_resources"] ) -jvm_test( +jps_test( name = "kotlin-code-insight-line-markers-k2_test", runtime_deps = [":kotlin-code-insight-line-markers-k2_test_lib"] ) diff --git a/plugins/kotlin/code-insight/live-templates-k1/BUILD.bazel b/plugins/kotlin/code-insight/live-templates-k1/BUILD.bazel index c7299a3848f7..2823af2bb675 100644 --- a/plugins/kotlin/code-insight/live-templates-k1/BUILD.bazel +++ b/plugins/kotlin/code-insight/live-templates-k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.code-insight.live-templates.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -70,7 +71,7 @@ jvm_library( runtime_deps = [":kotlin-code-insight-live-templates-k1_resources"] ) -jvm_test( +jps_test( name = "kotlin-code-insight-live-templates-k1_test", runtime_deps = [":kotlin-code-insight-live-templates-k1_test_lib"] ) diff --git a/plugins/kotlin/code-insight/live-templates-k2/BUILD.bazel b/plugins/kotlin/code-insight/live-templates-k2/BUILD.bazel index 7091e8db125c..93913d54c961 100644 --- a/plugins/kotlin/code-insight/live-templates-k2/BUILD.bazel +++ b/plugins/kotlin/code-insight/live-templates-k2/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.code-insight.live-templates.k2` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -74,7 +75,7 @@ jvm_library( runtime_deps = [":kotlin-code-insight-live-templates-k2_resources"] ) -jvm_test( +jps_test( name = "kotlin-code-insight-live-templates-k2_test", runtime_deps = [":kotlin-code-insight-live-templates-k2_test_lib"] ) diff --git a/plugins/kotlin/code-insight/live-templates-shared/BUILD.bazel b/plugins/kotlin/code-insight/live-templates-shared/BUILD.bazel index f0dac9201fde..7a6a298ef03b 100644 --- a/plugins/kotlin/code-insight/live-templates-shared/BUILD.bazel +++ b/plugins/kotlin/code-insight/live-templates-shared/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.code-insight.live-templates.shared` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -81,7 +82,7 @@ jvm_library( runtime_deps = [":kotlin-code-insight-live-templates-shared_resources"] ) -jvm_test( +jps_test( name = "kotlin-code-insight-live-templates-shared_test", runtime_deps = [":kotlin-code-insight-live-templates-shared_test_lib"] ) diff --git a/plugins/kotlin/code-insight/postfix-templates/BUILD.bazel b/plugins/kotlin/code-insight/postfix-templates/BUILD.bazel index 8edd3181788a..2d3039449b12 100644 --- a/plugins/kotlin/code-insight/postfix-templates/BUILD.bazel +++ b/plugins/kotlin/code-insight/postfix-templates/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.code-insight.postfix-templates.k2` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -89,7 +90,7 @@ jvm_library( runtime_deps = [":kotlin-code-insight-postfix-templates-k2_resources"] ) -jvm_test( +jps_test( name = "kotlin-code-insight-postfix-templates-k2_test", runtime_deps = [":kotlin-code-insight-postfix-templates-k2_test_lib"] ) diff --git a/plugins/kotlin/code-insight/structural-search-k2/tests/BUILD.bazel b/plugins/kotlin/code-insight/structural-search-k2/tests/BUILD.bazel index 77b6e318081d..d4614b49399b 100644 --- a/plugins/kotlin/code-insight/structural-search-k2/tests/BUILD.bazel +++ b/plugins/kotlin/code-insight/structural-search-k2/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.code-insight.structural-search.k2.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -37,7 +38,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/compiler-plugins/allopen/tests-k1/BUILD.bazel b/plugins/kotlin/compiler-plugins/allopen/tests-k1/BUILD.bazel index 364ef477d3aa..4a3a30767ae3 100644 --- a/plugins/kotlin/compiler-plugins/allopen/tests-k1/BUILD.bazel +++ b/plugins/kotlin/compiler-plugins/allopen/tests-k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.compiler-plugins.allopen.tests.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -44,7 +45,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-compiler-plugins-allopen-tests-k1_test", runtime_deps = [":kotlin-compiler-plugins-allopen-tests-k1_test_lib"] ) diff --git a/plugins/kotlin/compiler-plugins/compiler-plugin-support/tests/BUILD.bazel b/plugins/kotlin/compiler-plugins/compiler-plugin-support/tests/BUILD.bazel index 9516936cf9b1..03bb352d8a72 100644 --- a/plugins/kotlin/compiler-plugins/compiler-plugin-support/tests/BUILD.bazel +++ b/plugins/kotlin/compiler-plugins/compiler-plugin-support/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.compiler-plugins.compiler-plugin-support.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -26,7 +27,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/compiler-plugins/kotlinx-serialization/tests/BUILD.bazel b/plugins/kotlin/compiler-plugins/kotlinx-serialization/tests/BUILD.bazel index 1e16c3982256..99095343426e 100644 --- a/plugins/kotlin/compiler-plugins/kotlinx-serialization/tests/BUILD.bazel +++ b/plugins/kotlin/compiler-plugins/kotlinx-serialization/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.compiler-plugins.kotlinx-serialization.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -38,7 +39,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/compiler-plugins/noarg/tests/BUILD.bazel b/plugins/kotlin/compiler-plugins/noarg/tests/BUILD.bazel index d4dae1293561..92ccd9357f60 100644 --- a/plugins/kotlin/compiler-plugins/noarg/tests/BUILD.bazel +++ b/plugins/kotlin/compiler-plugins/noarg/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.compiler-plugins.noarg.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -44,7 +45,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/compiler-plugins/parcelize/tests/BUILD.bazel b/plugins/kotlin/compiler-plugins/parcelize/tests/BUILD.bazel index fe4c1e2b9697..f5c9329df24a 100644 --- a/plugins/kotlin/compiler-plugins/parcelize/tests/BUILD.bazel +++ b/plugins/kotlin/compiler-plugins/parcelize/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.compiler-plugins.parcelize.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -21,7 +22,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/compiler-plugins/parcelize/tests/k1/BUILD.bazel b/plugins/kotlin/compiler-plugins/parcelize/tests/k1/BUILD.bazel index d460b54d5472..cae7366ee91e 100644 --- a/plugins/kotlin/compiler-plugins/parcelize/tests/k1/BUILD.bazel +++ b/plugins/kotlin/compiler-plugins/parcelize/tests/k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.compiler-plugins.parcelize.tests.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -28,7 +29,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "k1_test", runtime_deps = [":k1_test_lib"] ) diff --git a/plugins/kotlin/compiler-plugins/parcelize/tests/k2/BUILD.bazel b/plugins/kotlin/compiler-plugins/parcelize/tests/k2/BUILD.bazel index 468275d79345..2e7024b3da37 100644 --- a/plugins/kotlin/compiler-plugins/parcelize/tests/k2/BUILD.bazel +++ b/plugins/kotlin/compiler-plugins/parcelize/tests/k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.compiler-plugins.parcelize.tests.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -34,7 +35,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "k2_test", runtime_deps = [":k2_test_lib"] ) diff --git a/plugins/kotlin/compiler-reference-index/tests.k2/BUILD.bazel b/plugins/kotlin/compiler-reference-index/tests.k2/BUILD.bazel index 870776cf29fe..f4d964468d36 100644 --- a/plugins/kotlin/compiler-reference-index/tests.k2/BUILD.bazel +++ b/plugins/kotlin/compiler-reference-index/tests.k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.compiler-reference-index.tests.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -33,7 +34,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests.k2_test", runtime_deps = [":tests.k2_test_lib"] ) diff --git a/plugins/kotlin/compiler-reference-index/tests/BUILD.bazel b/plugins/kotlin/compiler-reference-index/tests/BUILD.bazel index 5b622138e1a1..990cc08ccbf6 100644 --- a/plugins/kotlin/compiler-reference-index/tests/BUILD.bazel +++ b/plugins/kotlin/compiler-reference-index/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.compiler-reference-index.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -52,7 +53,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/completion/tests-k1/BUILD.bazel b/plugins/kotlin/completion/tests-k1/BUILD.bazel index b0bc4f42a4a6..6d6ee986e951 100644 --- a/plugins/kotlin/completion/tests-k1/BUILD.bazel +++ b/plugins/kotlin/completion/tests-k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.completion.tests.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -54,7 +55,7 @@ jvm_library( runtime_deps = ["//plugins/kotlin/plugin/k1"] ) -jvm_test( +jps_test( name = "kotlin-completion-tests-k1_test", runtime_deps = [":kotlin-completion-tests-k1_test_lib"] ) diff --git a/plugins/kotlin/completion/tests-shared/BUILD.bazel b/plugins/kotlin/completion/tests-shared/BUILD.bazel index f1026f3005fe..b83ac18ac613 100644 --- a/plugins/kotlin/completion/tests-shared/BUILD.bazel +++ b/plugins/kotlin/completion/tests-shared/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.completion.tests.shared` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -43,7 +44,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-completion-tests-shared_test", runtime_deps = [":kotlin-completion-tests-shared_test_lib"] ) diff --git a/plugins/kotlin/copyright/fir-tests/BUILD.bazel b/plugins/kotlin/copyright/fir-tests/BUILD.bazel index ffd23bb2b1c0..e33c7199b543 100644 --- a/plugins/kotlin/copyright/fir-tests/BUILD.bazel +++ b/plugins/kotlin/copyright/fir-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.copyright.fir.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -30,7 +31,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-copyright-fir-tests_test", runtime_deps = [":kotlin-copyright-fir-tests_test_lib"] ) diff --git a/plugins/kotlin/copyright/tests/BUILD.bazel b/plugins/kotlin/copyright/tests/BUILD.bazel index c5f20c807e84..9a00fedcc379 100644 --- a/plugins/kotlin/copyright/tests/BUILD.bazel +++ b/plugins/kotlin/copyright/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.copyright.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -37,7 +38,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/core/tests/BUILD.bazel b/plugins/kotlin/core/tests/BUILD.bazel index 68faebf93591..88bb3bcda0a7 100644 --- a/plugins/kotlin/core/tests/BUILD.bazel +++ b/plugins/kotlin/core/tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.core.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -64,7 +65,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/coverage/tests/BUILD.bazel b/plugins/kotlin/coverage/tests/BUILD.bazel index 5650f0cc6327..4d94931a0f0b 100644 --- a/plugins/kotlin/coverage/tests/BUILD.bazel +++ b/plugins/kotlin/coverage/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.coverage.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -46,7 +47,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/features-trainer/tests/BUILD.bazel b/plugins/kotlin/features-trainer/tests/BUILD.bazel index 7c53d5253402..990ec9b3673d 100644 --- a/plugins/kotlin/features-trainer/tests/BUILD.bazel +++ b/plugins/kotlin/features-trainer/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.features-trainer.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -32,7 +33,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/fir/tests/BUILD.bazel b/plugins/kotlin/fir/tests/BUILD.bazel index 87d79d61fd4c..65372d27c831 100644 --- a/plugins/kotlin/fir/tests/BUILD.bazel +++ b/plugins/kotlin/fir/tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.fir.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -89,7 +90,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/gradle/code-insight-groovy/tests.k2/BUILD.bazel b/plugins/kotlin/gradle/code-insight-groovy/tests.k2/BUILD.bazel index d6dcfc50bd07..e3270b069ae9 100644 --- a/plugins/kotlin/gradle/code-insight-groovy/tests.k2/BUILD.bazel +++ b/plugins/kotlin/gradle/code-insight-groovy/tests.k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.gradle.code-insight-groovy.tests.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -29,7 +30,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests.k2_test", runtime_deps = [":tests.k2_test_lib"] ) diff --git a/plugins/kotlin/gradle/gradle-java/BUILD.bazel b/plugins/kotlin/gradle/gradle-java/BUILD.bazel index 2ad31528fb79..1c6ea1a4758c 100644 --- a/plugins/kotlin/gradle/gradle-java/BUILD.bazel +++ b/plugins/kotlin/gradle/gradle-java/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.gradle.gradle-java` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -169,7 +170,7 @@ jvm_library( runtime_deps = [":gradle-java_resources"] ) -jvm_test( +jps_test( name = "gradle-java_test", runtime_deps = [":gradle-java_test_lib"] ) diff --git a/plugins/kotlin/gradle/gradle-java/k1/BUILD.bazel b/plugins/kotlin/gradle/gradle-java/k1/BUILD.bazel index 31fd5537239f..cffe30d86328 100644 --- a/plugins/kotlin/gradle/gradle-java/k1/BUILD.bazel +++ b/plugins/kotlin/gradle/gradle-java/k1/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.gradle.gradle-java.k1` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -151,7 +152,7 @@ jvm_library( runtime_deps = [":k1_resources"] ) -jvm_test( +jps_test( name = "k1_test", runtime_deps = [":k1_test_lib"] ) diff --git a/plugins/kotlin/gradle/gradle-java/k2/BUILD.bazel b/plugins/kotlin/gradle/gradle-java/k2/BUILD.bazel index 710293988b34..f12ea68c07f1 100644 --- a/plugins/kotlin/gradle/gradle-java/k2/BUILD.bazel +++ b/plugins/kotlin/gradle/gradle-java/k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.gradle.gradle-java.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -69,7 +70,7 @@ jvm_library( runtime_deps = [":k2_resources"] ) -jvm_test( +jps_test( name = "k2_test", runtime_deps = [":k2_test_lib"] ) diff --git a/plugins/kotlin/gradle/gradle-java/tests.shared/BUILD.bazel b/plugins/kotlin/gradle/gradle-java/tests.shared/BUILD.bazel index 27511258c567..54824c09f2d2 100644 --- a/plugins/kotlin/gradle/gradle-java/tests.shared/BUILD.bazel +++ b/plugins/kotlin/gradle/gradle-java/tests.shared/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.gradle.gradle-java.tests.shared` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -99,7 +100,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests.shared_test", runtime_deps = [":tests.shared_test_lib"] ) diff --git a/plugins/kotlin/gradle/gradle-tooling/impl/BUILD.bazel b/plugins/kotlin/gradle/gradle-tooling/impl/BUILD.bazel index 5420a5715625..1de02ed6bf63 100644 --- a/plugins/kotlin/gradle/gradle-tooling/impl/BUILD.bazel +++ b/plugins/kotlin/gradle/gradle-tooling/impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.gradle.gradle-tooling.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_provided_library", "jvm_resources", "jvm_test") jvm_resources( @@ -59,7 +60,7 @@ jvm_library( runtime_deps = [":impl_resources"] ) -jvm_test( +jps_test( name = "impl_test", runtime_deps = [":impl_test_lib"] ) diff --git a/plugins/kotlin/gradle/gradle-tooling/tests/BUILD.bazel b/plugins/kotlin/gradle/gradle-tooling/tests/BUILD.bazel index 4dc9cf3dd5ac..de4ed6e12132 100644 --- a/plugins/kotlin/gradle/gradle-tooling/tests/BUILD.bazel +++ b/plugins/kotlin/gradle/gradle-tooling/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.gradle.gradle-tooling.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -31,7 +32,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/gradle/gradle/tests/BUILD.bazel b/plugins/kotlin/gradle/gradle/tests/BUILD.bazel index 772357901024..a0b8cafb6a62 100644 --- a/plugins/kotlin/gradle/gradle/tests/BUILD.bazel +++ b/plugins/kotlin/gradle/gradle/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.gradle.gradle.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -87,7 +88,7 @@ jvm_library( runtime_deps = [":tests_test_resources"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/gradle/multiplatform-tests-k2/BUILD.bazel b/plugins/kotlin/gradle/multiplatform-tests-k2/BUILD.bazel index 6e58906c7ed0..9272f8a55773 100644 --- a/plugins/kotlin/gradle/multiplatform-tests-k2/BUILD.bazel +++ b/plugins/kotlin/gradle/multiplatform-tests-k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.kotlin.gradle.multiplatform-tests.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -46,7 +47,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-gradle-multiplatform-tests-k2_test", runtime_deps = [":kotlin-gradle-multiplatform-tests-k2_test_lib"] ) diff --git a/plugins/kotlin/gradle/multiplatform-tests/BUILD.bazel b/plugins/kotlin/gradle/multiplatform-tests/BUILD.bazel index 1c48a8f658dc..1bbfb2de5891 100644 --- a/plugins/kotlin/gradle/multiplatform-tests/BUILD.bazel +++ b/plugins/kotlin/gradle/multiplatform-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.kotlin.gradle.multiplatformTests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -47,7 +48,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "multiplatform-tests_test", runtime_deps = [":multiplatform-tests_test_lib"] ) diff --git a/plugins/kotlin/gradle/scripting/kotlin.gradle.scripting.k2/BUILD.bazel b/plugins/kotlin/gradle/scripting/kotlin.gradle.scripting.k2/BUILD.bazel index 9585bbb4506b..b8edbd6d7cde 100644 --- a/plugins/kotlin/gradle/scripting/kotlin.gradle.scripting.k2/BUILD.bazel +++ b/plugins/kotlin/gradle/scripting/kotlin.gradle.scripting.k2/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.gradle.scripting.k2` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -136,7 +137,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-gradle-scripting-k2_test", runtime_deps = [":kotlin-gradle-scripting-k2_test_lib"] ) diff --git a/plugins/kotlin/highlighting/highlighting-k2/BUILD.bazel b/plugins/kotlin/highlighting/highlighting-k2/BUILD.bazel index 028ed0f7fc54..54059e9722bc 100644 --- a/plugins/kotlin/highlighting/highlighting-k2/BUILD.bazel +++ b/plugins/kotlin/highlighting/highlighting-k2/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.highlighting.k2` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -134,7 +135,7 @@ jvm_library( runtime_deps = [":kotlin-highlighting-k2_resources"] ) -jvm_test( +jps_test( name = "kotlin-highlighting-k2_test", runtime_deps = [":kotlin-highlighting-k2_test_lib"] ) diff --git a/plugins/kotlin/highlighting/highlighting-shared/tests/BUILD.bazel b/plugins/kotlin/highlighting/highlighting-shared/tests/BUILD.bazel index 28154a723114..de13e5900cce 100644 --- a/plugins/kotlin/highlighting/highlighting-shared/tests/BUILD.bazel +++ b/plugins/kotlin/highlighting/highlighting-shared/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.highlighting.shared.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -27,7 +28,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/i18n/tests/BUILD.bazel b/plugins/kotlin/i18n/tests/BUILD.bazel index 8d1270812786..d7d886369352 100644 --- a/plugins/kotlin/i18n/tests/BUILD.bazel +++ b/plugins/kotlin/i18n/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.i18n.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -30,7 +31,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/idea/tests/BUILD.bazel b/plugins/kotlin/idea/tests/BUILD.bazel index b75c8b76858f..7afcca3dde90 100644 --- a/plugins/kotlin/idea/tests/BUILD.bazel +++ b/plugins/kotlin/idea/tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.idea.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -204,7 +205,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/injection/base/tests/BUILD.bazel b/plugins/kotlin/injection/base/tests/BUILD.bazel index f080ffe5f6fc..598b0ea3521f 100644 --- a/plugins/kotlin/injection/base/tests/BUILD.bazel +++ b/plugins/kotlin/injection/base/tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.base.injection.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -38,7 +39,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/injection/k1/tests/BUILD.bazel b/plugins/kotlin/injection/k1/tests/BUILD.bazel index 6146330afb44..571fe29d7bcd 100644 --- a/plugins/kotlin/injection/k1/tests/BUILD.bazel +++ b/plugins/kotlin/injection/k1/tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.injection.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -29,7 +30,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/injection/k2/tests/BUILD.bazel b/plugins/kotlin/injection/k2/tests/BUILD.bazel index ca4dac132cf3..09a75d31e859 100644 --- a/plugins/kotlin/injection/k2/tests/BUILD.bazel +++ b/plugins/kotlin/injection/k2/tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.injection.k2.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -38,7 +39,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/j2k/k1.new/tests/BUILD.bazel b/plugins/kotlin/j2k/k1.new/tests/BUILD.bazel index c83c1dabf737..6f7a5f202039 100644 --- a/plugins/kotlin/j2k/k1.new/tests/BUILD.bazel +++ b/plugins/kotlin/j2k/k1.new/tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.j2k.k1.new.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -53,7 +54,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/j2k/k2/tests/BUILD.bazel b/plugins/kotlin/j2k/k2/tests/BUILD.bazel index 298f72862ab2..3f5d5ed44441 100644 --- a/plugins/kotlin/j2k/k2/tests/BUILD.bazel +++ b/plugins/kotlin/j2k/k2/tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.j2k.k2.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -47,7 +48,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/j2k/shared/tests/BUILD.bazel b/plugins/kotlin/j2k/shared/tests/BUILD.bazel index e657b4e95738..822e69631c95 100644 --- a/plugins/kotlin/j2k/shared/tests/BUILD.bazel +++ b/plugins/kotlin/j2k/shared/tests/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.j2k.shared.tests` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -48,7 +49,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/jps/graphImplementationTests/BUILD.bazel b/plugins/kotlin/jps/graphImplementationTests/BUILD.bazel index b64107d9bc9b..ce305a173a2d 100644 --- a/plugins/kotlin/jps/graphImplementationTests/BUILD.bazel +++ b/plugins/kotlin/jps/graphImplementationTests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.jps.graphImplementationTests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -37,7 +38,7 @@ jvm_library( runtime_deps = ["//platform/util/trove"] ) -jvm_test( +jps_test( name = "graphImplementationTests_test", runtime_deps = [":graphImplementationTests_test_lib"] ) diff --git a/plugins/kotlin/jvm-debugger/eval4j/BUILD.bazel b/plugins/kotlin/jvm-debugger/eval4j/BUILD.bazel index ea40a9ac9a83..7d962068e74b 100644 --- a/plugins/kotlin/jvm-debugger/eval4j/BUILD.bazel +++ b/plugins/kotlin/jvm-debugger/eval4j/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.jvm-debugger.eval4j` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -33,7 +34,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "eval4j_test", runtime_deps = [":eval4j_test_lib"] ) diff --git a/plugins/kotlin/jvm-debugger/test/BUILD.bazel b/plugins/kotlin/jvm-debugger/test/BUILD.bazel index 4eed63d2ee32..9a8b7f80b816 100644 --- a/plugins/kotlin/jvm-debugger/test/BUILD.bazel +++ b/plugins/kotlin/jvm-debugger/test/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.jvm-debugger.test` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -94,7 +95,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "test_test", runtime_deps = [":test_test_lib"] ) diff --git a/plugins/kotlin/jvm-debugger/test/compose/BUILD.bazel b/plugins/kotlin/jvm-debugger/test/compose/BUILD.bazel index 48e9c38117a9..190a87457c4b 100644 --- a/plugins/kotlin/jvm-debugger/test/compose/BUILD.bazel +++ b/plugins/kotlin/jvm-debugger/test/compose/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.jvm-debugger.test.compose.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -35,7 +36,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-jvm-debugger-test-compose-k2_test", runtime_deps = [":kotlin-jvm-debugger-test-compose-k2_test_lib"] ) diff --git a/plugins/kotlin/jvm-debugger/test/k2/BUILD.bazel b/plugins/kotlin/jvm-debugger/test/k2/BUILD.bazel index cd081e40c8ea..c910f878cfa5 100644 --- a/plugins/kotlin/jvm-debugger/test/k2/BUILD.bazel +++ b/plugins/kotlin/jvm-debugger/test/k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.jvm-debugger.test.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -77,7 +78,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "k2_test", runtime_deps = [":k2_test_lib"] ) diff --git a/plugins/kotlin/jvm-debugger/test/parcelize/BUILD.bazel b/plugins/kotlin/jvm-debugger/test/parcelize/BUILD.bazel index 211effa5ec10..001638d52926 100644 --- a/plugins/kotlin/jvm-debugger/test/parcelize/BUILD.bazel +++ b/plugins/kotlin/jvm-debugger/test/parcelize/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.jvm-debugger.test.parcelize.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -31,7 +32,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-jvm-debugger-test-parcelize-k2_test", runtime_deps = [":kotlin-jvm-debugger-test-parcelize-k2_test_lib"] ) diff --git a/plugins/kotlin/kotlin.lombok.tests/BUILD.bazel b/plugins/kotlin/kotlin.lombok.tests/BUILD.bazel index 83df8d695c68..fbf7b01781dc 100644 --- a/plugins/kotlin/kotlin.lombok.tests/BUILD.bazel +++ b/plugins/kotlin/kotlin.lombok.tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.k2.lombok.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -30,7 +31,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "k2-lombok-tests_test", runtime_deps = [":k2-lombok-tests_test_lib"] ) diff --git a/plugins/kotlin/kotlin.searching/kotlin.searching.test.k2/BUILD.bazel b/plugins/kotlin/kotlin.searching/kotlin.searching.test.k2/BUILD.bazel index a176c0931223..aff4f83aca85 100644 --- a/plugins/kotlin/kotlin.searching/kotlin.searching.test.k2/BUILD.bazel +++ b/plugins/kotlin/kotlin.searching/kotlin.searching.test.k2/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.searching.test.k2` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -34,7 +35,7 @@ jvm_library( runtime_deps = ["//plugins/kotlin/fir"] ) -jvm_test( +jps_test( name = "test-k2_test", runtime_deps = [":test-k2_test_lib"] ) diff --git a/plugins/kotlin/maven/tests/BUILD.bazel b/plugins/kotlin/maven/tests/BUILD.bazel index cb570d3c9a7a..c3db07732ebf 100644 --- a/plugins/kotlin/maven/tests/BUILD.bazel +++ b/plugins/kotlin/maven/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.maven.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -76,7 +77,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/ml-completion/tests/BUILD.bazel b/plugins/kotlin/ml-completion/tests/BUILD.bazel index 64d592434fcb..581f5819e4d1 100644 --- a/plugins/kotlin/ml-completion/tests/BUILD.bazel +++ b/plugins/kotlin/ml-completion/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.ml-completion.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -20,7 +21,7 @@ jvm_library( runtime_deps = ["//plugins/kotlin/plugin/k1"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/native/tests/BUILD.bazel b/plugins/kotlin/native/tests/BUILD.bazel index 89837c0ebb93..4585f7cb6c49 100644 --- a/plugins/kotlin/native/tests/BUILD.bazel +++ b/plugins/kotlin/native/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.native.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -27,7 +28,7 @@ jvm_library( runtime_deps = ["//platform/core-api:core"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/navigation/tests/BUILD.bazel b/plugins/kotlin/navigation/tests/BUILD.bazel index bb5806141c7a..ccfaee4586c5 100644 --- a/plugins/kotlin/navigation/tests/BUILD.bazel +++ b/plugins/kotlin/navigation/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.navigation.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -42,7 +43,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/onboarding-gradle/BUILD.bazel b/plugins/kotlin/onboarding-gradle/BUILD.bazel index b0af61cf3f12..222c505199e3 100644 --- a/plugins/kotlin/onboarding-gradle/BUILD.bazel +++ b/plugins/kotlin/onboarding-gradle/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.onboarding.gradle` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -82,7 +83,7 @@ jvm_library( runtime_deps = [":onboarding-gradle_resources"] ) -jvm_test( +jps_test( name = "onboarding-gradle_test", runtime_deps = [":onboarding-gradle_test_lib"] ) diff --git a/plugins/kotlin/onboarding/BUILD.bazel b/plugins/kotlin/onboarding/BUILD.bazel index fb85c84b2f93..b5bd14dc16ee 100644 --- a/plugins/kotlin/onboarding/BUILD.bazel +++ b/plugins/kotlin/onboarding/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.onboarding` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -84,7 +85,7 @@ jvm_library( runtime_deps = [":onboarding_resources"] ) -jvm_test( +jps_test( name = "onboarding_test", runtime_deps = [":onboarding_test_lib"] ) diff --git a/plugins/kotlin/performance-tests/BUILD.bazel b/plugins/kotlin/performance-tests/BUILD.bazel index 1dd46fa4c53a..411dba9a0673 100644 --- a/plugins/kotlin/performance-tests/BUILD.bazel +++ b/plugins/kotlin/performance-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.performance-tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -92,7 +93,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "performance-tests_test", runtime_deps = [":performance-tests_test_lib"] ) diff --git a/plugins/kotlin/performance-tests/performance-test-utils/BUILD.bazel b/plugins/kotlin/performance-tests/performance-test-utils/BUILD.bazel index aad285ea03d2..8eb38f8af5f0 100644 --- a/plugins/kotlin/performance-tests/performance-test-utils/BUILD.bazel +++ b/plugins/kotlin/performance-tests/performance-test-utils/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.performance-tests.performance-test-utils` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -64,7 +65,7 @@ jvm_library( runtime_deps = ["//plugins/kotlin/compiler-plugins/lombok/gradle"] ) -jvm_test( +jps_test( name = "performance-test-utils_test", runtime_deps = [":performance-test-utils_test_lib"] ) diff --git a/plugins/kotlin/project-wizard/compose/BUILD.bazel b/plugins/kotlin/project-wizard/compose/BUILD.bazel index 83aee5a9d688..89cf03bb89c6 100644 --- a/plugins/kotlin/project-wizard/compose/BUILD.bazel +++ b/plugins/kotlin/project-wizard/compose/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.project-wizard.compose` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -70,7 +71,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "compose_test", runtime_deps = [":compose_test_lib"] ) diff --git a/plugins/kotlin/project-wizard/core/BUILD.bazel b/plugins/kotlin/project-wizard/core/BUILD.bazel index 8af86b0700b6..c2832b553ea4 100644 --- a/plugins/kotlin/project-wizard/core/BUILD.bazel +++ b/plugins/kotlin/project-wizard/core/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.project-wizard.core` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -81,7 +82,7 @@ jvm_library( runtime_deps = [":core_resources"] ) -jvm_test( +jps_test( name = "core_test", runtime_deps = [":core_test_lib"] ) diff --git a/plugins/kotlin/project-wizard/tests/BUILD.bazel b/plugins/kotlin/project-wizard/tests/BUILD.bazel index d14684425d4d..397244848c0c 100644 --- a/plugins/kotlin/project-wizard/tests/BUILD.bazel +++ b/plugins/kotlin/project-wizard/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.project-wizard.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -84,7 +85,7 @@ jvm_library( runtime_deps = ["//plugins/kotlin/plugin/k1"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/refactorings/kotlin.refactorings.common.tests/BUILD.bazel b/plugins/kotlin/refactorings/kotlin.refactorings.common.tests/BUILD.bazel index dd234b4703e0..b6175f570e88 100644 --- a/plugins/kotlin/refactorings/kotlin.refactorings.common.tests/BUILD.bazel +++ b/plugins/kotlin/refactorings/kotlin.refactorings.common.tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.refactorings.common.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -36,7 +37,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-refactorings-common-tests_test", runtime_deps = [":kotlin-refactorings-common-tests_test_lib"] ) diff --git a/plugins/kotlin/refactorings/kotlin.refactorings.move.k2/BUILD.bazel b/plugins/kotlin/refactorings/kotlin.refactorings.move.k2/BUILD.bazel index ca6b7c15ead8..61b9c5c2882c 100644 --- a/plugins/kotlin/refactorings/kotlin.refactorings.move.k2/BUILD.bazel +++ b/plugins/kotlin/refactorings/kotlin.refactorings.move.k2/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.refactorings.move.k2` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -118,7 +119,7 @@ jvm_library( runtime_deps = [":kotlin-refactorings-move-k2_resources"] ) -jvm_test( +jps_test( name = "kotlin-refactorings-move-k2_test", runtime_deps = [":kotlin-refactorings-move-k2_test_lib"] ) diff --git a/plugins/kotlin/refactorings/kotlin.refactorings.tests.k2/BUILD.bazel b/plugins/kotlin/refactorings/kotlin.refactorings.tests.k2/BUILD.bazel index f1e83abc4445..fbbc8ab0c630 100644 --- a/plugins/kotlin/refactorings/kotlin.refactorings.tests.k2/BUILD.bazel +++ b/plugins/kotlin/refactorings/kotlin.refactorings.tests.k2/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.refactorings.tests.k2` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -58,7 +59,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "kotlin-refactorings-tests-k2_test", runtime_deps = [":kotlin-refactorings-tests-k2_test_lib"] ) diff --git a/plugins/kotlin/refactorings/rename.k2/BUILD.bazel b/plugins/kotlin/refactorings/rename.k2/BUILD.bazel index 48ef0ed5090b..6973fa4dba1d 100644 --- a/plugins/kotlin/refactorings/rename.k2/BUILD.bazel +++ b/plugins/kotlin/refactorings/rename.k2/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build kotlin.refactorings.rename.k2` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -93,7 +94,7 @@ jvm_library( runtime_deps = [":rename.k2_resources"] ) -jvm_test( +jps_test( name = "rename.k2_test", runtime_deps = [":rename.k2_test_lib"] ) diff --git a/plugins/kotlin/scripting-support/BUILD.bazel b/plugins/kotlin/scripting-support/BUILD.bazel index 7fa936870937..88bfffaee0ab 100644 --- a/plugins/kotlin/scripting-support/BUILD.bazel +++ b/plugins/kotlin/scripting-support/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.scripting-support` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -58,7 +59,7 @@ jvm_library( runtime_deps = ["//platform/core-api:core"] ) -jvm_test( +jps_test( name = "scripting-support_test", runtime_deps = [":scripting-support_test_lib"] ) diff --git a/plugins/kotlin/test-framework/BUILD.bazel b/plugins/kotlin/test-framework/BUILD.bazel index 8367bcb1f48b..bab681fe95e6 100644 --- a/plugins/kotlin/test-framework/BUILD.bazel +++ b/plugins/kotlin/test-framework/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.test-framework` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -68,7 +69,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "test-framework_test", runtime_deps = [":test-framework_test_lib"] ) diff --git a/plugins/kotlin/tests-common/BUILD.bazel b/plugins/kotlin/tests-common/BUILD.bazel index 9bb5e0a5327f..baf91ee7c0f7 100644 --- a/plugins/kotlin/tests-common/BUILD.bazel +++ b/plugins/kotlin/tests-common/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.tests-common` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -46,7 +47,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests-common_test", runtime_deps = [":tests-common_test_lib"] ) diff --git a/plugins/kotlin/tests-compose/BUILD.bazel b/plugins/kotlin/tests-compose/BUILD.bazel index 6bf0cdb881dc..30727ce20d20 100644 --- a/plugins/kotlin/tests-compose/BUILD.bazel +++ b/plugins/kotlin/tests-compose/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.tests-compose` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -14,7 +15,7 @@ jvm_library( deps = ["@lib//:kotlin-stdlib"] ) -jvm_test( +jps_test( name = "tests-compose_test", runtime_deps = [":tests-compose_test_lib"] ) diff --git a/plugins/kotlin/tests-from-compiler/BUILD.bazel b/plugins/kotlin/tests-from-compiler/BUILD.bazel index 42f7266e7fc1..aba6fe1d2af2 100644 --- a/plugins/kotlin/tests-from-compiler/BUILD.bazel +++ b/plugins/kotlin/tests-from-compiler/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.testsFromCompiler` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -32,7 +33,7 @@ jvm_library( runtime_deps = ["//platform/util/trove"] ) -jvm_test( +jps_test( name = "tests-from-compiler_test", runtime_deps = [":tests-from-compiler_test_lib"] ) diff --git a/plugins/kotlin/uast/uast-kotlin-base/tests/BUILD.bazel b/plugins/kotlin/uast/uast-kotlin-base/tests/BUILD.bazel index 8d3fcabed44e..0c08818dc923 100644 --- a/plugins/kotlin/uast/uast-kotlin-base/tests/BUILD.bazel +++ b/plugins/kotlin/uast/uast-kotlin-base/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.uast.uast-kotlin-base.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -34,7 +35,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/uast/uast-kotlin-fir/tests/BUILD.bazel b/plugins/kotlin/uast/uast-kotlin-fir/tests/BUILD.bazel index ba97694ed535..3cd74ea28c95 100644 --- a/plugins/kotlin/uast/uast-kotlin-fir/tests/BUILD.bazel +++ b/plugins/kotlin/uast/uast-kotlin-fir/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.uast.uast-kotlin.k2.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -49,7 +50,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/uast/uast-kotlin-idea-base/tests/BUILD.bazel b/plugins/kotlin/uast/uast-kotlin-idea-base/tests/BUILD.bazel index 92585fbfae3c..e40cd28ae3da 100644 --- a/plugins/kotlin/uast/uast-kotlin-idea-base/tests/BUILD.bazel +++ b/plugins/kotlin/uast/uast-kotlin-idea-base/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.uast.uast-kotlin-idea-base.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -29,7 +30,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/uast/uast-kotlin-idea-fir/tests/BUILD.bazel b/plugins/kotlin/uast/uast-kotlin-idea-fir/tests/BUILD.bazel index 24efc1f117f2..2acdbc1e566f 100644 --- a/plugins/kotlin/uast/uast-kotlin-idea-fir/tests/BUILD.bazel +++ b/plugins/kotlin/uast/uast-kotlin-idea-fir/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.uast.uast-kotlin-idea.k2.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -33,7 +34,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/uast/uast-kotlin-idea/tests/BUILD.bazel b/plugins/kotlin/uast/uast-kotlin-idea/tests/BUILD.bazel index 6377ace92374..db259a053c14 100644 --- a/plugins/kotlin/uast/uast-kotlin-idea/tests/BUILD.bazel +++ b/plugins/kotlin/uast/uast-kotlin-idea/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.uast.uast-kotlin-idea.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -45,7 +46,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/uast/uast-kotlin/tests/BUILD.bazel b/plugins/kotlin/uast/uast-kotlin/tests/BUILD.bazel index 7e6fb0eea818..46891421d00e 100644 --- a/plugins/kotlin/uast/uast-kotlin/tests/BUILD.bazel +++ b/plugins/kotlin/uast/uast-kotlin/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.uast.uast-kotlin.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -50,7 +51,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/kotlin/util/test-generator-all/BUILD.bazel b/plugins/kotlin/util/test-generator-all/BUILD.bazel index f4896d5b09f8..dd01454d6124 100644 --- a/plugins/kotlin/util/test-generator-all/BUILD.bazel +++ b/plugins/kotlin/util/test-generator-all/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.util.test-generator-all` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -19,7 +20,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "test-generator-all_test", runtime_deps = [":test-generator-all_test_lib"] ) diff --git a/plugins/kotlin/util/test-generator-api/BUILD.bazel b/plugins/kotlin/util/test-generator-api/BUILD.bazel index 4bffa67b2686..4cca09566493 100644 --- a/plugins/kotlin/util/test-generator-api/BUILD.bazel +++ b/plugins/kotlin/util/test-generator-api/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.util.test-generator-api` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -30,7 +31,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "test-generator-api_test", runtime_deps = [":test-generator-api_test_lib"] ) diff --git a/plugins/kotlin/util/test-generator-fe10/BUILD.bazel b/plugins/kotlin/util/test-generator-fe10/BUILD.bazel index 1dec1459190c..f10457a61c1d 100644 --- a/plugins/kotlin/util/test-generator-fe10/BUILD.bazel +++ b/plugins/kotlin/util/test-generator-fe10/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.util.test-generator-fe10` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -56,7 +57,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "test-generator-fe10_test", runtime_deps = [":test-generator-fe10_test_lib"] ) diff --git a/plugins/kotlin/util/test-generator-fir/BUILD.bazel b/plugins/kotlin/util/test-generator-fir/BUILD.bazel index ccda71cc49ba..93dacc6716c3 100644 --- a/plugins/kotlin/util/test-generator-fir/BUILD.bazel +++ b/plugins/kotlin/util/test-generator-fir/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build kotlin.util.test-generator-fir` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -89,7 +90,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "test-generator-fir_test", runtime_deps = [":test-generator-fir_test_lib"] ) diff --git a/plugins/lombok/BUILD.bazel b/plugins/lombok/BUILD.bazel index e015825da47e..104608872954 100644 --- a/plugins/lombok/BUILD.bazel +++ b/plugins/lombok/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.lombok` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -99,7 +100,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "lombok_test", runtime_deps = [":lombok_test_lib"] ) diff --git a/plugins/markdown/test/BUILD.bazel b/plugins/markdown/test/BUILD.bazel index d073df2028c6..305aa169107c 100644 --- a/plugins/markdown/test/BUILD.bazel +++ b/plugins/markdown/test/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.markdown.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -66,7 +67,7 @@ jvm_library( runtime_deps = [":tests_test_resources"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/maven/jps-plugin/BUILD.bazel b/plugins/maven/jps-plugin/BUILD.bazel index fb226036016b..dcb996938833 100644 --- a/plugins/maven/jps-plugin/BUILD.bazel +++ b/plugins/maven/jps-plugin/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.maven.jps` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -50,7 +51,7 @@ jvm_library( runtime_deps = [":jps_resources"] ) -jvm_test( +jps_test( name = "jps_test", runtime_deps = [":jps_test_lib"] ) diff --git a/plugins/maven/maven-event-listener/BUILD.bazel b/plugins/maven/maven-event-listener/BUILD.bazel index 663e29ca8aef..4229024316b0 100644 --- a/plugins/maven/maven-event-listener/BUILD.bazel +++ b/plugins/maven/maven-event-listener/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.maven.server.eventListener` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -34,7 +35,7 @@ jvm_library( runtime_deps = [":server-eventListener_resources"] ) -jvm_test( +jps_test( name = "server-eventListener_test", runtime_deps = [":server-eventListener_test_lib"] ) diff --git a/plugins/maven/src/test/BUILD.bazel b/plugins/maven/src/test/BUILD.bazel index eaf540204704..d93338e13f22 100644 --- a/plugins/maven/src/test/BUILD.bazel +++ b/plugins/maven/src/test/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.maven.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -74,7 +75,7 @@ jvm_library( runtime_deps = [":maven-tests_test_resources"] ) -jvm_test( +jps_test( name = "maven-tests_test", runtime_deps = [":maven-tests_test_lib"] ) diff --git a/plugins/mcp-server/BUILD.bazel b/plugins/mcp-server/BUILD.bazel index 6d4b873dcbb4..11c879f1b933 100644 --- a/plugins/mcp-server/BUILD.bazel +++ b/plugins/mcp-server/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.mcpserver` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -141,7 +142,7 @@ jvm_library( runtime_deps = [":mcpserver_resources"] ) -jvm_test( +jps_test( name = "mcpserver_test", runtime_deps = [":mcpserver_test_lib"] ) diff --git a/plugins/performanceTesting/core/BUILD.bazel b/plugins/performanceTesting/core/BUILD.bazel index adf8d98bfda1..0746983adff2 100644 --- a/plugins/performanceTesting/core/BUILD.bazel +++ b/plugins/performanceTesting/core/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.performanceTesting` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -128,7 +129,7 @@ jvm_library( runtime_deps = [":performanceTesting_resources"] ) -jvm_test( +jps_test( name = "performanceTesting_test", runtime_deps = [":performanceTesting_test_lib"] ) diff --git a/plugins/performanceTesting/event-bus/BUILD.bazel b/plugins/performanceTesting/event-bus/BUILD.bazel index 1900661e614b..7d463db26a54 100644 --- a/plugins/performanceTesting/event-bus/BUILD.bazel +++ b/plugins/performanceTesting/event-bus/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.tools.ide.starter.bus` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -40,7 +41,7 @@ jvm_library( runtime_deps = [":tools-ide-starter-bus_resources"] ) -jvm_test( +jps_test( name = "tools-ide-starter-bus_test", runtime_deps = [":tools-ide-starter-bus_test_lib"] ) diff --git a/plugins/performanceTesting/scripts-ui/BUILD.bazel b/plugins/performanceTesting/scripts-ui/BUILD.bazel index 685573c7eda3..33d6349d942c 100644 --- a/plugins/performanceTesting/scripts-ui/BUILD.bazel +++ b/plugins/performanceTesting/scripts-ui/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.performanceTesting.ui` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -49,7 +50,7 @@ jvm_library( runtime_deps = [":ui_resources"] ) -jvm_test( +jps_test( name = "ui_test", runtime_deps = [":ui_test_lib"] ) diff --git a/plugins/properties/properties-resource-bundle-editor/BUILD.bazel b/plugins/properties/properties-resource-bundle-editor/BUILD.bazel index 6bd64abb9ec8..10ede6aaff54 100644 --- a/plugins/properties/properties-resource-bundle-editor/BUILD.bazel +++ b/plugins/properties/properties-resource-bundle-editor/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.properties.resource.bundle.editor` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -72,7 +73,7 @@ jvm_library( runtime_deps = [":resource-bundle-editor_resources"] ) -jvm_test( +jps_test( name = "resource-bundle-editor_test", runtime_deps = [":resource-bundle-editor_test_lib"] ) diff --git a/plugins/properties/tests/BUILD.bazel b/plugins/properties/tests/BUILD.bazel index d251bd60f53b..2956a3eefc56 100644 --- a/plugins/properties/tests/BUILD.bazel +++ b/plugins/properties/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.properties.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -50,7 +51,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/rareJavaRefactorings/BUILD.bazel b/plugins/rareJavaRefactorings/BUILD.bazel index 791f2c41f6dc..da5f53b616e7 100644 --- a/plugins/rareJavaRefactorings/BUILD.bazel +++ b/plugins/rareJavaRefactorings/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.rareRefactorings` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -61,7 +62,7 @@ jvm_library( runtime_deps = [":java-rareRefactorings_resources"] ) -jvm_test( +jps_test( name = "java-rareRefactorings_test", runtime_deps = [":java-rareRefactorings_test_lib"] ) diff --git a/plugins/remote-control/BUILD.bazel b/plugins/remote-control/BUILD.bazel index 4aa75f4e6bcc..6acbc15d2a63 100644 --- a/plugins/remote-control/BUILD.bazel +++ b/plugins/remote-control/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.remoteControl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -61,7 +62,7 @@ jvm_library( runtime_deps = [":remote-control_resources"] ) -jvm_test( +jps_test( name = "remote-control_test", runtime_deps = [":remote-control_test_lib"] ) diff --git a/plugins/repository-search/BUILD.bazel b/plugins/repository-search/BUILD.bazel index 0b8a147e97d1..3226371a8cc7 100644 --- a/plugins/repository-search/BUILD.bazel +++ b/plugins/repository-search/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.repository.search` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -99,7 +100,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "repository-search_test", runtime_deps = [":repository-search_test_lib"] ) diff --git a/plugins/search-everywhere-ml/BUILD.bazel b/plugins/search-everywhere-ml/BUILD.bazel index 10be22c08532..b90df1e41daa 100644 --- a/plugins/search-everywhere-ml/BUILD.bazel +++ b/plugins/search-everywhere-ml/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.searchEverywhereMl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -43,7 +44,7 @@ jvm_library( runtime_deps = [":search-everywhere-ml_resources"] ) -jvm_test( +jps_test( name = "search-everywhere-ml_test", runtime_deps = [":search-everywhere-ml_test_lib"] ) diff --git a/plugins/search-everywhere-ml/ranking/core/BUILD.bazel b/plugins/search-everywhere-ml/ranking/core/BUILD.bazel index 652f56b94868..bba53b13e868 100644 --- a/plugins/search-everywhere-ml/ranking/core/BUILD.bazel +++ b/plugins/search-everywhere-ml/ranking/core/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.searchEverywhereMl.ranking.core` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -102,7 +103,7 @@ jvm_library( runtime_deps = [":core_resources"] ) -jvm_test( +jps_test( name = "core_test", runtime_deps = [":core_test_lib"] ) diff --git a/plugins/search-everywhere-ml/typos/BUILD.bazel b/plugins/search-everywhere-ml/typos/BUILD.bazel index e86b94812200..3de925504c98 100644 --- a/plugins/search-everywhere-ml/typos/BUILD.bazel +++ b/plugins/search-everywhere-ml/typos/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.searchEverywhereMl.typos` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -64,7 +65,7 @@ jvm_library( runtime_deps = [":typos_resources"] ) -jvm_test( +jps_test( name = "typos_test", runtime_deps = [":typos_test_lib"] ) diff --git a/plugins/settings-repository/BUILD.bazel b/plugins/settings-repository/BUILD.bazel index 2cd8ebcb3e00..3a26346ac9bb 100644 --- a/plugins/settings-repository/BUILD.bazel +++ b/plugins/settings-repository/BUILD.bazel @@ -56,6 +56,7 @@ jvm_library( ### auto-generated section `build intellij.settingsRepository` end ### auto-generated section `build intellij.settingsRepository.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -94,7 +95,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "settingsRepository-tests_test", runtime_deps = [":settingsRepository-tests_test_lib"] ) diff --git a/plugins/settings-sync/jba/BUILD.bazel b/plugins/settings-sync/jba/BUILD.bazel index af37a8222641..0bceb4fd5d16 100644 --- a/plugins/settings-sync/jba/BUILD.bazel +++ b/plugins/settings-sync/jba/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.settingsSync` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -63,7 +64,7 @@ jvm_library( runtime_deps = [":settingsSync_resources"] ) -jvm_test( +jps_test( name = "settingsSync_test", runtime_deps = [":settingsSync_test_lib"] ) diff --git a/plugins/sh/copyright/BUILD.bazel b/plugins/sh/copyright/BUILD.bazel index 32fda00ce501..48fd702bdde6 100644 --- a/plugins/sh/copyright/BUILD.bazel +++ b/plugins/sh/copyright/BUILD.bazel @@ -25,6 +25,7 @@ jvm_library( ### auto-generated section `build intellij.sh.copyright` end ### auto-generated section `build intellij.sh.copyright.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -44,7 +45,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "copyright-tests_test", runtime_deps = [":copyright-tests_test_lib"] ) diff --git a/plugins/sh/core/BUILD.bazel b/plugins/sh/core/BUILD.bazel index 5d889b091f96..26c137d60d3f 100644 --- a/plugins/sh/core/BUILD.bazel +++ b/plugins/sh/core/BUILD.bazel @@ -47,6 +47,7 @@ jvm_library( ### auto-generated section `build intellij.sh.core` end ### auto-generated section `build intellij.sh.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -78,7 +79,7 @@ jvm_library( runtime_deps = ["//plugins/sh"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/stats-collector/BUILD.bazel b/plugins/stats-collector/BUILD.bazel index db762e48eec2..db1cd9a8a62d 100644 --- a/plugins/stats-collector/BUILD.bazel +++ b/plugins/stats-collector/BUILD.bazel @@ -34,6 +34,7 @@ jvm_library( ### auto-generated section `build intellij.statsCollector` end ### auto-generated section `build intellij.statsCollector.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -62,7 +63,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "statsCollector-tests_test", runtime_deps = [":statsCollector-tests_test_lib"] ) diff --git a/plugins/stream-debugger/BUILD.bazel b/plugins/stream-debugger/BUILD.bazel index 9ae9975103e8..e1fa2c5aee0c 100644 --- a/plugins/stream-debugger/BUILD.bazel +++ b/plugins/stream-debugger/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.debugger.streams` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -67,7 +68,7 @@ jvm_library( runtime_deps = [":java-debugger-streams_resources"] ) -jvm_test( +jps_test( name = "java-debugger-streams_test", runtime_deps = [":java-debugger-streams_test_lib"] ) diff --git a/plugins/svn4idea/BUILD.bazel b/plugins/svn4idea/BUILD.bazel index 2076dbe9b3a2..b148da2cd235 100644 --- a/plugins/svn4idea/BUILD.bazel +++ b/plugins/svn4idea/BUILD.bazel @@ -53,6 +53,7 @@ jvm_library( ### auto-generated section `build intellij.vcs.svn` end ### auto-generated section `build intellij.vcs.svn.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -92,7 +93,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "vcs-svn-tests_test", runtime_deps = [":vcs-svn-tests_test_lib"] ) diff --git a/plugins/tasks/tasks-tests/BUILD.bazel b/plugins/tasks/tasks-tests/BUILD.bazel index b0152d532e77..dfef571aa0fb 100644 --- a/plugins/tasks/tasks-tests/BUILD.bazel +++ b/plugins/tasks/tasks-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.tasks.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -59,7 +60,7 @@ jvm_library( runtime_deps = ["//spellchecker"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/terminal/BUILD.bazel b/plugins/terminal/BUILD.bazel index c7c826ca3f4e..91f887b252f3 100644 --- a/plugins/terminal/BUILD.bazel +++ b/plugins/terminal/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.terminal` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -140,7 +141,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "terminal_test", runtime_deps = [":terminal_test_lib"] ) diff --git a/plugins/terminal/backend/BUILD.bazel b/plugins/terminal/backend/BUILD.bazel index d3c08ba4b138..88ece43a5d5a 100644 --- a/plugins/terminal/backend/BUILD.bazel +++ b/plugins/terminal/backend/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.terminal.backend` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -68,7 +69,7 @@ jvm_library( runtime_deps = [":backend_resources"] ) -jvm_test( +jps_test( name = "backend_test", runtime_deps = [":backend_test_lib"] ) diff --git a/plugins/terminal/completion/BUILD.bazel b/plugins/terminal/completion/BUILD.bazel index 2ad0df0aab84..92c7c76ed342 100644 --- a/plugins/terminal/completion/BUILD.bazel +++ b/plugins/terminal/completion/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.terminal.completion` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -29,7 +30,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "completion_test", runtime_deps = [":completion_test_lib"] ) diff --git a/plugins/terminal/frontend/BUILD.bazel b/plugins/terminal/frontend/BUILD.bazel index 0599049b8ab7..8d399b736483 100644 --- a/plugins/terminal/frontend/BUILD.bazel +++ b/plugins/terminal/frontend/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.terminal.frontend` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -78,7 +79,7 @@ jvm_library( runtime_deps = [":frontend_resources"] ) -jvm_test( +jps_test( name = "frontend_test", runtime_deps = [":frontend_test_lib"] ) diff --git a/plugins/testng/BUILD.bazel b/plugins/testng/BUILD.bazel index 5be113276a34..df6365d01cf8 100644 --- a/plugins/testng/BUILD.bazel +++ b/plugins/testng/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.testng` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -116,7 +117,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "testng_test", runtime_deps = [":testng_test_lib"] ) diff --git a/plugins/testng_rt/tests/BUILD.bazel b/plugins/testng_rt/tests/BUILD.bazel index 1994b76513b0..5edc11c382b3 100644 --- a/plugins/testng_rt/tests/BUILD.bazel +++ b/plugins/testng_rt/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.testng.rt.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -34,7 +35,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/textmate/BUILD.bazel b/plugins/textmate/BUILD.bazel index 61284a703e13..9bcb212e9a51 100644 --- a/plugins/textmate/BUILD.bazel +++ b/plugins/textmate/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.textmate` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -79,7 +80,7 @@ jvm_library( runtime_deps = [":textmate_resources"] ) -jvm_test( +jps_test( name = "textmate_test", runtime_deps = [":textmate_test_lib"] ) diff --git a/plugins/textmate/core/BUILD.bazel b/plugins/textmate/core/BUILD.bazel index 2fddb73574ed..7fdd5c71b361 100644 --- a/plugins/textmate/core/BUILD.bazel +++ b/plugins/textmate/core/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.textmate.core` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") create_kotlinc_options( @@ -48,7 +49,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "core_test", runtime_deps = [":core_test_lib"] ) diff --git a/plugins/textmate/joni/BUILD.bazel b/plugins/textmate/joni/BUILD.bazel index e15581de000c..5fd7f5425366 100644 --- a/plugins/textmate/joni/BUILD.bazel +++ b/plugins/textmate/joni/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.textmate.joni` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -29,7 +30,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "joni_test", runtime_deps = [":joni_test_lib"] ) diff --git a/plugins/toml/tests/BUILD.bazel b/plugins/toml/tests/BUILD.bazel index a1f8a790a6d7..3f79d3d4b604 100644 --- a/plugins/toml/tests/BUILD.bazel +++ b/plugins/toml/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.toml.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -37,7 +38,7 @@ jvm_library( runtime_deps = [":tests_test_resources"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/turboComplete/BUILD.bazel b/plugins/turboComplete/BUILD.bazel index ec8feceb0dbe..76b66527bfac 100644 --- a/plugins/turboComplete/BUILD.bazel +++ b/plugins/turboComplete/BUILD.bazel @@ -33,6 +33,7 @@ jvm_library( ### auto-generated section `build intellij.turboComplete` end ### auto-generated section `build intellij.turboComplete.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -50,7 +51,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "turboComplete-tests_test", runtime_deps = [":turboComplete-tests_test_lib"] ) diff --git a/plugins/ui-designer/BUILD.bazel b/plugins/ui-designer/BUILD.bazel index 6d3ce0b988ce..7061f8159d1c 100644 --- a/plugins/ui-designer/BUILD.bazel +++ b/plugins/ui-designer/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.guiForms.designer` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -150,7 +151,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "java-guiForms-designer_test", runtime_deps = [":java-guiForms-designer_test_lib"] ) diff --git a/plugins/ui-designer/jps-plugin/tests/BUILD.bazel b/plugins/ui-designer/jps-plugin/tests/BUILD.bazel index a5e731df7988..131aa0278b88 100644 --- a/plugins/ui-designer/jps-plugin/tests/BUILD.bazel +++ b/plugins/ui-designer/jps-plugin/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.java.guiForms.jps.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -24,7 +25,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/plugins/xpath/BUILD.bazel b/plugins/xpath/BUILD.bazel index 661fef81b155..48a36713d528 100644 --- a/plugins/xpath/BUILD.bazel +++ b/plugins/xpath/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.xpath` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -102,7 +103,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "xpath_test", runtime_deps = [":xpath_test_lib"] ) diff --git a/plugins/xslt-debugger/engine/impl/BUILD.bazel b/plugins/xslt-debugger/engine/impl/BUILD.bazel index 5d087a3086d9..b43507d42cf5 100644 --- a/plugins/xslt-debugger/engine/impl/BUILD.bazel +++ b/plugins/xslt-debugger/engine/impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.xslt.debugger.impl.rt` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -36,7 +37,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "xslt-debugger-impl-rt_test", runtime_deps = [":xslt-debugger-impl-rt_test_lib"] ) diff --git a/plugins/yaml/BUILD.bazel b/plugins/yaml/BUILD.bazel index db0e04a8238c..411e38fe3475 100644 --- a/plugins/yaml/BUILD.bazel +++ b/plugins/yaml/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.yaml` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -68,7 +69,7 @@ jvm_library( runtime_deps = [":yaml_resources"] ) -jvm_test( +jps_test( name = "yaml_test", runtime_deps = [":yaml_test_lib"] ) diff --git a/plugins/yaml/backend/BUILD.bazel b/plugins/yaml/backend/BUILD.bazel index 669512a2c5f5..69482497e9e4 100644 --- a/plugins/yaml/backend/BUILD.bazel +++ b/plugins/yaml/backend/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.yaml.backend` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -104,7 +105,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "backend_test", runtime_deps = [":backend_test_lib"] ) diff --git a/python/BUILD.bazel b/python/BUILD.bazel index 7c4d8d925d1e..6e9290750a58 100644 --- a/python/BUILD.bazel +++ b/python/BUILD.bazel @@ -116,6 +116,7 @@ java_library( ### auto-generated section `build intellij.pycharm.community.main` end ### auto-generated section `build intellij.python.commonTests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -149,7 +150,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "python-commonTests_test", runtime_deps = [":python-commonTests_test_lib"] ) @@ -340,6 +341,7 @@ java_library( ### auto-generated section `build intellij.python.community.plugin.modules` end ### auto-generated section `build intellij.python.community.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -457,7 +459,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "python-community-tests_test", runtime_deps = [":python-community-tests_test_lib"] ) @@ -490,6 +492,7 @@ java_library( ### auto-generated section `build intellij.python.helpers` end ### auto-generated section `build intellij.python.helpers.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -514,7 +517,7 @@ jvm_library( runtime_deps = [":python-helpers-tests_test_resources"] ) -jvm_test( +jps_test( name = "python-helpers-tests_test", runtime_deps = [":python-helpers-tests_test_lib"] ) diff --git a/python/build/BUILD.bazel b/python/build/BUILD.bazel index 1ae363803818..6f5c87382bbc 100644 --- a/python/build/BUILD.bazel +++ b/python/build/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.pycharm.community.build` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") jvm_library( @@ -57,7 +58,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "build_test", runtime_deps = [":build_test_lib"] ) diff --git a/python/ide/impl/BUILD.bazel b/python/ide/impl/BUILD.bazel index 2e96d8632084..2dd5ad4967e7 100644 --- a/python/ide/impl/BUILD.bazel +++ b/python/ide/impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.pycharm.community.ide.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -118,7 +119,7 @@ jvm_library( runtime_deps = [":impl_resources"] ) -jvm_test( +jps_test( name = "impl_test", runtime_deps = [":impl_test_lib"] ) diff --git a/python/junit5Tests-framework/BUILD.bazel b/python/junit5Tests-framework/BUILD.bazel index ff9dd8c0dbe1..d59e8a701bf5 100644 --- a/python/junit5Tests-framework/BUILD.bazel +++ b/python/junit5Tests-framework/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.community.junit5Tests.framework` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -59,7 +60,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "community-junit5Tests-framework_test", runtime_deps = [":community-junit5Tests-framework_test_lib"] ) diff --git a/python/junit5Tests-framework/conda/BUILD.bazel b/python/junit5Tests-framework/conda/BUILD.bazel index 32b2e7c7138a..98ee826a5afc 100644 --- a/python/junit5Tests-framework/conda/BUILD.bazel +++ b/python/junit5Tests-framework/conda/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.community.junit5Tests.framework.conda` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -30,7 +31,7 @@ jvm_library( runtime_deps = [":conda_test_resources"] ) -jvm_test( +jps_test( name = "conda_test", runtime_deps = [":conda_test_lib"] ) diff --git a/python/openapi/BUILD.bazel b/python/openapi/BUILD.bazel index bdfd3fe3987d..3fd5f11baba3 100644 --- a/python/openapi/BUILD.bazel +++ b/python/openapi/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.community` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -56,7 +57,7 @@ jvm_library( runtime_deps = [":community_resources"] ) -jvm_test( +jps_test( name = "community_test", runtime_deps = [":community_test_lib"] ) diff --git a/python/python-exec-service/BUILD.bazel b/python/python-exec-service/BUILD.bazel index 31be03e3f815..574283e5b07f 100644 --- a/python/python-exec-service/BUILD.bazel +++ b/python/python-exec-service/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.community.execService` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -57,7 +58,7 @@ jvm_library( runtime_deps = [":community-execService_resources"] ) -jvm_test( +jps_test( name = "community-execService_test", runtime_deps = [":community-execService_test_lib"] ) diff --git a/python/python-exec-service/execService.python/BUILD.bazel b/python/python-exec-service/execService.python/BUILD.bazel index bb884c0229c5..d72c3ab9a671 100644 --- a/python/python-exec-service/execService.python/BUILD.bazel +++ b/python/python-exec-service/execService.python/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.community.execService.python` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -59,7 +60,7 @@ jvm_library( runtime_deps = [":execService.python_resources"] ) -jvm_test( +jps_test( name = "execService.python_test", runtime_deps = [":execService.python_test_lib"] ) diff --git a/python/python-features-trainer/BUILD.bazel b/python/python-features-trainer/BUILD.bazel index 77724d314418..576adc62a95f 100644 --- a/python/python-features-trainer/BUILD.bazel +++ b/python/python-features-trainer/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.featuresTrainer` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -82,7 +83,7 @@ jvm_library( runtime_deps = [":featuresTrainer_resources"] ) -jvm_test( +jps_test( name = "featuresTrainer_test", runtime_deps = [":featuresTrainer_test_lib"] ) diff --git a/python/python-markdown/BUILD.bazel b/python/python-markdown/BUILD.bazel index 5dad3291aeb7..7d5c45e83ba1 100644 --- a/python/python-markdown/BUILD.bazel +++ b/python/python-markdown/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.markdown` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -48,7 +49,7 @@ jvm_library( runtime_deps = [":markdown_resources"] ) -jvm_test( +jps_test( name = "markdown_test", runtime_deps = [":markdown_test_lib"] ) diff --git a/python/python-pyproject/BUILD.bazel b/python/python-pyproject/BUILD.bazel index 26dc67b734eb..256d3e9212f9 100644 --- a/python/python-pyproject/BUILD.bazel +++ b/python/python-pyproject/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.pyproject` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -47,7 +48,7 @@ jvm_library( runtime_deps = [":pyproject_resources"] ) -jvm_test( +jps_test( name = "pyproject_test", runtime_deps = [":pyproject_test_lib"] ) diff --git a/python/python-sdk/BUILD.bazel b/python/python-sdk/BUILD.bazel index 6b5198cdca42..5ac8773e945c 100644 --- a/python/python-sdk/BUILD.bazel +++ b/python/python-sdk/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.sdk` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -91,7 +92,7 @@ jvm_library( runtime_deps = [":sdk_resources"] ) -jvm_test( +jps_test( name = "sdk_test", runtime_deps = [":sdk_test_lib"] ) diff --git a/python/python-terminal/BUILD.bazel b/python/python-terminal/BUILD.bazel index 3406bcd3c6a3..2a28a87c485a 100644 --- a/python/python-terminal/BUILD.bazel +++ b/python/python-terminal/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.terminal` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -58,7 +59,7 @@ jvm_library( runtime_deps = [":terminal_resources"] ) -jvm_test( +jps_test( name = "terminal_test", runtime_deps = [":terminal_test_lib"] ) diff --git a/python/python-venv/BUILD.bazel b/python/python-venv/BUILD.bazel index fd7729810475..8e3a09d3a01a 100644 --- a/python/python-venv/BUILD.bazel +++ b/python/python-venv/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.community.impl.venv` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -67,7 +68,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "community-impl-venv_test", runtime_deps = [":community-impl-venv_test_lib"] ) diff --git a/python/services/internal-impl/BUILD.bazel b/python/services/internal-impl/BUILD.bazel index 16718edd74ed..37f509d0dbbc 100644 --- a/python/services/internal-impl/BUILD.bazel +++ b/python/services/internal-impl/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.community.services.internal.impl` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -54,7 +55,7 @@ jvm_library( runtime_deps = [":python-community-services-internal-impl_resources"] ) -jvm_test( +jps_test( name = "python-community-services-internal-impl_test", runtime_deps = [":python-community-services-internal-impl_test_lib"] ) diff --git a/python/services/shared/BUILD.bazel b/python/services/shared/BUILD.bazel index a7cfcedb2690..3557653f9528 100644 --- a/python/services/shared/BUILD.bazel +++ b/python/services/shared/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.community.services.shared` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -44,7 +45,7 @@ jvm_library( runtime_deps = [":shared_resources"] ) -jvm_test( +jps_test( name = "shared_test", runtime_deps = [":shared_test_lib"] ) diff --git a/python/services/system-python/BUILD.bazel b/python/services/system-python/BUILD.bazel index de13576840fb..ca81b66e771c 100644 --- a/python/services/system-python/BUILD.bazel +++ b/python/services/system-python/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.python.community.services.systemPython` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -81,7 +82,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "system-python_test", runtime_deps = [":system-python_test_lib"] ) diff --git a/spellchecker/BUILD.bazel b/spellchecker/BUILD.bazel index d5f5e84e561b..cb9423e479ff 100644 --- a/spellchecker/BUILD.bazel +++ b/spellchecker/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.spellchecker` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -95,7 +96,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "spellchecker_test", runtime_deps = [":spellchecker_test_lib"] ) diff --git a/tools/devLauncher/tests/BUILD.bazel b/tools/devLauncher/tests/BUILD.bazel index e740ddc1be8f..0b7ad6333a67 100644 --- a/tools/devLauncher/tests/BUILD.bazel +++ b/tools/devLauncher/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.tools.devLauncher.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -22,7 +23,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/tools/intellij.tools.ide.metrics.benchmark/BUILD.bazel b/tools/intellij.tools.ide.metrics.benchmark/BUILD.bazel index 19f84a0af5d9..5d3c3e2e465b 100644 --- a/tools/intellij.tools.ide.metrics.benchmark/BUILD.bazel +++ b/tools/intellij.tools.ide.metrics.benchmark/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.tools.ide.metrics.benchmark` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -64,7 +65,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "ide-metrics-benchmark_test", runtime_deps = [":ide-metrics-benchmark_test_lib"] ) diff --git a/tools/intellij.tools.ide.metrics.collector/BUILD.bazel b/tools/intellij.tools.ide.metrics.collector/BUILD.bazel index ada6ef37a314..e02908bc8593 100644 --- a/tools/intellij.tools.ide.metrics.collector/BUILD.bazel +++ b/tools/intellij.tools.ide.metrics.collector/BUILD.bazel @@ -1,5 +1,6 @@ ### auto-generated section `build intellij.tools.ide.metrics.collector` start load("//build:compiler-options.bzl", "create_kotlinc_options") +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") create_kotlinc_options( @@ -68,7 +69,7 @@ jvm_library( runtime_deps = [":ide-metrics-collector_test_resources"] ) -jvm_test( +jps_test( name = "ide-metrics-collector_test", runtime_deps = [":ide-metrics-collector_test_lib"] ) diff --git a/uast/uast-tests/BUILD.bazel b/uast/uast-tests/BUILD.bazel index 64e673ba4a12..7a95afcd04a1 100644 --- a/uast/uast-tests/BUILD.bazel +++ b/uast/uast-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.platform.uast.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -34,7 +35,7 @@ jvm_library( runtime_deps = ["//java/java-tests:tests"] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/updater/BUILD.bazel b/updater/BUILD.bazel index 8f6bfd2a7597..4d747811c838 100644 --- a/updater/BUILD.bazel +++ b/updater/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.tools.updater` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -35,7 +36,7 @@ jvm_library( runtime_deps = [":updater_resources"] ) -jvm_test( +jps_test( name = "updater_test", runtime_deps = [":updater_test_lib"] ) diff --git a/wintools/BUILD.bazel b/wintools/BUILD.bazel index b99f16d6c78c..aa39b812ea9c 100644 --- a/wintools/BUILD.bazel +++ b/wintools/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.community.wintools` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -35,7 +36,7 @@ jvm_library( runtime_deps = [":wintools_resources"] ) -jvm_test( +jps_test( name = "wintools_test", runtime_deps = [":wintools_test_lib"] ) diff --git a/xml/dom-tests/BUILD.bazel b/xml/dom-tests/BUILD.bazel index 87704e23f48e..1be6ae045e15 100644 --- a/xml/dom-tests/BUILD.bazel +++ b/xml/dom-tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.xml.dom.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test") @@ -34,7 +35,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "dom-tests_test", runtime_deps = [":dom-tests_test_lib"] ) diff --git a/xml/relaxng/BUILD.bazel b/xml/relaxng/BUILD.bazel index a1615b158cc4..4eaa5da7339e 100644 --- a/xml/relaxng/BUILD.bazel +++ b/xml/relaxng/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.relaxng` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -77,7 +78,7 @@ jvm_library( runtime_deps = [":relaxng_resources"] ) -jvm_test( +jps_test( name = "relaxng_test", runtime_deps = [":relaxng_test_lib"] ) diff --git a/xml/tests/BUILD.bazel b/xml/tests/BUILD.bazel index f64c9496fbde..8ce20dc669b2 100644 --- a/xml/tests/BUILD.bazel +++ b/xml/tests/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.xml.tests` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_java//java:defs.bzl", "java_library") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") @@ -67,7 +68,7 @@ jvm_library( ] ) -jvm_test( +jps_test( name = "tests_test", runtime_deps = [":tests_test_lib"] ) diff --git a/xml/xmlbeans/BUILD.bazel b/xml/xmlbeans/BUILD.bazel index ac3f96b30d5e..dfdaad981630 100644 --- a/xml/xmlbeans/BUILD.bazel +++ b/xml/xmlbeans/BUILD.bazel @@ -1,4 +1,5 @@ ### auto-generated section `build intellij.xml.xmlbeans` start +load("@community//build:tests-options.bzl", "jps_test") load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test") jvm_resources( @@ -61,7 +62,7 @@ jvm_library( runtime_deps = [":xmlbeans_resources"] ) -jvm_test( +jps_test( name = "xmlbeans_test", runtime_deps = [":xmlbeans_test_lib"] )