mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Update test definitions in BUILD.bazel
GitOrigin-RevId: 12636c0153e8909f9d9658a07278edac5ceb9c23
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e9adf26cc5
commit
06fb3e21e6
@@ -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"]
|
||||
)
|
||||
|
||||
@@ -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"]
|
||||
)
|
||||
|
||||
@@ -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"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user