Update test definitions in BUILD.bazel

GitOrigin-RevId: 12636c0153e8909f9d9658a07278edac5ceb9c23
This commit is contained in:
Evgenii Ilichev
2025-06-18 19:05:49 +00:00
committed by intellij-monorepo-bot
parent e9adf26cc5
commit 06fb3e21e6
357 changed files with 724 additions and 362 deletions
+2 -1
View File
@@ -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"]
)