mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
66 lines
2.1 KiB
Python
66 lines
2.1 KiB
Python
### auto-generated section `build intellij.python.community.junit5Tests.framework` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
|
|
|
|
jvm_resources(
|
|
name = "community-junit5Tests-framework_test_resources",
|
|
files = glob(["testResources/**/*"]),
|
|
strip_prefix = "testResources"
|
|
)
|
|
|
|
java_library(
|
|
name = "community-junit5Tests-framework",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_library(
|
|
name = "community-junit5Tests-framework_test_lib",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:junit4",
|
|
"@lib//:junit5",
|
|
"@lib//:junit5Jupiter",
|
|
"@lib//:junit5Params",
|
|
"@lib//:junit5Pioneer",
|
|
"@lib//:apache-sshd-osgi",
|
|
"@lib//:hamcrest",
|
|
"@lib//:io-mockk-jvm",
|
|
"@lib//:jna",
|
|
"@lib//:kotlin-stdlib",
|
|
"@lib//:testcontainers-junit-jupiter",
|
|
"//wintools",
|
|
"//wintools:wintools_test_lib",
|
|
"//libraries/testcontainers",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/core-api:core",
|
|
"//platform/eel-provider",
|
|
"//platform/execution",
|
|
"//platform/execution-impl",
|
|
"//platform/ide-core",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//platform/platform-impl:ide-impl_test_lib",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/testFramework/junit5",
|
|
"//platform/testFramework/junit5:junit5_test_lib",
|
|
"//platform/util",
|
|
"//python/openapi:community",
|
|
"//python/openapi:community_test_lib",
|
|
"//python/poetry",
|
|
"//python/setup-test-environment:community-testFramework-testEnv",
|
|
"//python/python-sdk:sdk",
|
|
"//python/python-sdk:sdk_test_lib",
|
|
"@lib//:python-community-junit5_tests-framework-uk-webcompere-system-stubs-jupiter",
|
|
"//platform/util/coroutines",
|
|
],
|
|
runtime_deps = [
|
|
":community-junit5Tests-framework_test_resources",
|
|
"//python/pluginCore:community-plugin",
|
|
]
|
|
)
|
|
|
|
jvm_test(
|
|
name = "community-junit5Tests-framework_test",
|
|
runtime_deps = [":community-junit5Tests-framework_test_lib"]
|
|
)
|
|
### auto-generated section `build intellij.python.community.junit5Tests.framework` end |