mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
GitOrigin-RevId: db66ee95dcb0f0553b40c9cc56cd6afed8634cdd
109 lines
4.1 KiB
Python
109 lines
4.1 KiB
Python
### auto-generated section `build intellij.java.tests` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_test")
|
|
|
|
java_library(
|
|
name = "tests",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
kt_jvm_test(
|
|
name = "tests_test",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java", "testGen/**/*.kt", "testGen/**/*.java"], allow_empty = True, exclude = ["**/module-info.java"]),
|
|
javac_opts = "@rules_jvm//:j17",
|
|
kotlinc_opts = "@rules_jvm//:k17",
|
|
deps = [
|
|
"//platform/testFramework",
|
|
"//java/testFramework",
|
|
"//java/java-impl:impl",
|
|
"//java/java-impl-inspections:impl-inspections",
|
|
"//java/idea-ui:ui",
|
|
"//platform/editor-ui-ex:editor-ex",
|
|
"//java/execution/impl:java-execution-impl",
|
|
"//platform/platform-api:ide",
|
|
"//plugins/java-i18n",
|
|
"//java/compiler/impl:java-compiler-impl",
|
|
"//java/compiler/instrumentation-util:java-compiler-instrumentationUtil",
|
|
"//plugins/junit",
|
|
"//plugins/testng",
|
|
"//plugins/testng:testng_test",
|
|
"//plugins/ui-designer:java-guiForms-designer",
|
|
"//plugins/ui-designer:java-guiForms-designer_test",
|
|
"//plugins/eclipse",
|
|
"//plugins/eclipse:eclipse_test",
|
|
"//java/execution/openapi:java-execution",
|
|
"//platform/platform-tests:tests_test",
|
|
"//java/java-indexing-api:indexing",
|
|
"//platform/external-system-api:externalSystem",
|
|
"//platform/external-system-impl:externalSystem-impl",
|
|
"//plugins/junit_rt:junit-rt",
|
|
"//plugins/properties/properties-psi-api:psi",
|
|
"//plugins/java-decompiler/plugin:java-decompiler",
|
|
"//plugins/java-decompiler/plugin:java-decompiler_test",
|
|
"//RegExpSupport:regexp",
|
|
"//RegExpSupport:regexp_test",
|
|
"//spellchecker",
|
|
"//spellchecker:spellchecker_test",
|
|
"//platform/util/testSrc:tests_test",
|
|
"@lib//:easymock",
|
|
"//plugins/groovy",
|
|
"//plugins/groovy:groovy_test",
|
|
"//platform/lang-impl:lang-tests_test",
|
|
"//platform/platform-impl/internal:ide-internal",
|
|
"@lib//:mockito",
|
|
"@lib//:assert_j",
|
|
"//xml/xml-analysis-impl:analysis-impl",
|
|
"//xml/xml-psi-impl:psi-impl",
|
|
"@lib//:kotlin-test",
|
|
"//platform/built-in-server-api:builtInServer",
|
|
"//platform/testFramework/extensions:testExtensions",
|
|
"//platform/configuration-store-impl:configurationStore-impl",
|
|
"//aether-dependency-resolver:java-aetherDependencyResolver",
|
|
"//aether-dependency-resolver:java-aetherDependencyResolver_test",
|
|
"//plugins/copyright",
|
|
"//plugins/copyright:copyright_test",
|
|
"//jvm/jvm-analysis-impl:analysis-impl",
|
|
"//platform/lvcs-impl",
|
|
"//platform/lvcs-impl:lvcs-impl_test",
|
|
"//plugins/coverage:java-coverage",
|
|
"//platform/workspace/jps",
|
|
"@lib//:jackson",
|
|
"@lib//:jackson-databind",
|
|
"@lib//:jackson-module-kotlin",
|
|
"@lib//:stream_ex",
|
|
"@lib//:kotlinx-coroutines-core",
|
|
"//platform/statistics",
|
|
"//platform/statistics:statistics_test",
|
|
"@lib//:jaxb-api",
|
|
"@lib//:fastutil-min",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//jps/model-impl",
|
|
"//platform/core-ui",
|
|
"//platform/code-style-impl:codeStyle-impl",
|
|
"//platform/platform-util-io:ide-util-io",
|
|
"//platform/service-container:serviceContainer",
|
|
"//java/java-frontback-tests:frontback-tests_test",
|
|
"@lib//:junit5",
|
|
"//platform/lang-api:lang",
|
|
"@lib//:junit5Suites",
|
|
"//java/java-impl-refactorings:impl-refactorings",
|
|
"//platform/util/jdom",
|
|
"//platform/testFramework/junit5",
|
|
"//platform/testFramework/junit5:junit5_test",
|
|
"//platform/ml-api:ml",
|
|
"//java/ide-customization",
|
|
"//platform/backend/workspace",
|
|
"//platform/util",
|
|
"//platform/core-api:core",
|
|
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark",
|
|
"//tools/intellij.tools.ide.metrics.benchmark:ide-metrics-benchmark_test",
|
|
"//plugins/junit/java-tests:java-tests_test",
|
|
"//platform/util/coroutines",
|
|
"//platform/navbar/testFramework",
|
|
"//java/unscramble",
|
|
"@lib//:asm",
|
|
"//plugins/gradle",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.java.tests` end |