mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
21 lines
595 B
Python
21 lines
595 B
Python
### auto-generated section `build kotlin.tests-compose` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test")
|
|
|
|
java_library(
|
|
name = "tests-compose",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_library(
|
|
name = "tests-compose_test_lib",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
|
|
deps = ["@lib//:kotlin-stdlib"]
|
|
)
|
|
|
|
jvm_test(
|
|
name = "tests-compose_test",
|
|
runtime_deps = [":tests-compose_test_lib"]
|
|
)
|
|
### auto-generated section `build kotlin.tests-compose` end |