mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
bazel: split test and build sections in convert jps to bazel:L update Bazel files
GitOrigin-RevId: 90063178de33c2a95bfdebd160a721d6977d8097
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b73e2b9980
commit
cff76ea65e
@@ -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
|
||||
Reference in New Issue
Block a user