mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
29 lines
810 B
Python
29 lines
810 B
Python
### auto-generated section `build intellij.toml.tests` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test")
|
|
|
|
java_library(
|
|
name = "tests",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_library(
|
|
name = "tests_test_lib",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/test/kotlin/**/*.kt", "src/test/kotlin/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//plugins/toml",
|
|
"//plugins/toml/core",
|
|
"//plugins/toml/json",
|
|
"//platform/testFramework",
|
|
"//platform/testFramework:testFramework_test_lib",
|
|
"//java/testFramework",
|
|
"//plugins/grazie/src/test:grazie-tests_test_lib",
|
|
]
|
|
)
|
|
|
|
jvm_test(
|
|
name = "tests_test",
|
|
runtime_deps = [":tests_test_lib"]
|
|
)
|
|
### auto-generated section `build intellij.toml.tests` end |