mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
44 lines
1.7 KiB
Python
44 lines
1.7 KiB
Python
### auto-generated section `build kotlin.jps.graphImplementationTests` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_test")
|
|
|
|
java_library(
|
|
name = "kotlin-jps-graphImplementationTests",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_library(
|
|
name = "kotlin-jps-graphImplementationTests_test_lib",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["tests/**/*.kt", "tests/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlinc-kotlin-jps-plugin-classpath-bootstrap-for-tests",
|
|
"@lib//:kotlinc-kotlin-jps-plugin-tests",
|
|
"@lib//:kotlinc-kotlin-compiler-tests",
|
|
"//plugins/kotlin/tests-common:tests-common_test_lib",
|
|
"//plugins/kotlin/base/test:kotlin-base-test_test_lib",
|
|
"//plugins/kotlin/test-framework:test-framework_test_lib",
|
|
"//platform/testFramework",
|
|
"//platform/testFramework:testFramework_test_lib",
|
|
"//plugins/kotlin/base/plugin:kotlin-base-plugin",
|
|
"//plugins/kotlin/base/plugin:kotlin-base-plugin_test_lib",
|
|
"//plugins/kotlin/util/compiler-dependencies:kotlin-util-compiler-dependencies",
|
|
"@lib//:kotlinc-kotlin-compiler-common",
|
|
"//plugins/devkit/jps-plugin:jps",
|
|
"//java/testFramework",
|
|
"//jps/jps-builders:build-tests",
|
|
"//jps/jps-builders:build-tests_test_lib",
|
|
"//jps/model-api:model",
|
|
"//platform/core-api:core",
|
|
"//platform/util",
|
|
"@lib//:kotlin-reflect",
|
|
"//plugins/kotlin/tests-from-compiler:testsFromCompiler_test_lib",
|
|
],
|
|
runtime_deps = ["//platform/util/trove"]
|
|
)
|
|
|
|
jvm_test(
|
|
name = "kotlin-jps-graphImplementationTests_test",
|
|
runtime_deps = [":kotlin-jps-graphImplementationTests_test_lib"]
|
|
)
|
|
### auto-generated section `build kotlin.jps.graphImplementationTests` end |