bazel: split test and build sections in convert jps to bazel:L update Bazel files

GitOrigin-RevId: 90063178de33c2a95bfdebd160a721d6977d8097
This commit is contained in:
Leonid Shalupov
2025-07-18 16:18:47 +00:00
committed by intellij-monorepo-bot
parent b73e2b9980
commit cff76ea65e
465 changed files with 2482 additions and 1512 deletions
+5 -4
View File
@@ -25,9 +25,6 @@ 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_jvm//:jvm.bzl", "jvm_library", "jvm_test")
jvm_library(
name = "terminal-tests",
visibility = ["//visibility:public"],
@@ -53,9 +50,13 @@ jvm_library(
"//plugins/terminal:terminal_test_lib",
]
)
### auto-generated section `build intellij.java.terminal.tests` end
### auto-generated section `test intellij.java.terminal.tests` start
load("@community//build:tests-options.bzl", "jps_test")
jps_test(
name = "terminal-tests_test",
runtime_deps = [":terminal-tests_test_lib"]
)
### auto-generated section `build intellij.java.terminal.tests` end
### auto-generated section `test intellij.java.terminal.tests` end