[Bazel] jps-to-bazel: Generate BUILD.bazel files

GitOrigin-RevId: 77e7228b16fa8cb2b61dfdbe88511ac5c048d6f4
This commit is contained in:
Aleksei.Cherepanov
2025-07-31 15:11:36 +02:00
committed by intellij-monorepo-bot
parent ca2f9de554
commit b3f3a917c6
163 changed files with 170 additions and 0 deletions

View File

@@ -259,6 +259,7 @@ jvm_library(
jvm_library(
name = "main_test_lib",
module_name = "intellij.idea.community.main",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
deps = [
@@ -552,6 +553,7 @@ jvm_library(
jvm_library(
name = "main-android_test_lib",
module_name = "intellij.idea.community.main.android",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
runtime_deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "intellij.idea.community.build.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -76,6 +76,7 @@ jvm_library(
jvm_library(
name = "ui-tests_test_lib",
module_name = "intellij.java.ui.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -33,6 +33,7 @@ jvm_library(
jvm_library(
name = "terminal-tests_test_lib",
module_name = "intellij.java.terminal.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -74,6 +74,7 @@ jvm_library(
jvm_library(
name = "build-tests_test_lib",
module_name = "intellij.platform.jps.build.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -40,6 +40,7 @@ jvm_library(
jvm_library(
name = "model-serialization-tests_test_lib",
module_name = "intellij.platform.jps.model.serialization.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -15,6 +15,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "intellij.json.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "analysis-java-tests_test_lib",
module_name = "intellij.jvm.analysis.java.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "analysis-kotlin-tests-k1_test_lib",
module_name = "intellij.jvm.analysis.kotlin.tests.k1",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "analysis-kotlin-tests-k2_test_lib",
module_name = "intellij.jvm.analysis.kotlin.tests.k2",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "analysis-kotlin-tests-shared_test_lib",
module_name = "intellij.jvm.analysis.kotlin.tests.shared",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_resources(
jvm_library(
name = "codeOptimizer_test_lib",
module_name = "intellij.platform.buildScripts.codeOptimizer",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [

View File

@@ -15,6 +15,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "intellij.platform.buildScripts.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -29,6 +29,7 @@ jvm_library(
### auto-generated section `build intellij.platform.core.nio.fs.tests` start
jvm_library(
name = "core-nio-fs-tests_test_lib",
module_name = "intellij.platform.core.nio.fs.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -17,6 +17,7 @@ jvm_library(
### auto-generated section `build intellij.platform.eel.codegen` start
jvm_library(
name = "eel-codegen_test_lib",
module_name = "intellij.platform.eel.codegen",
visibility = ["//visibility:public"],
srcs = glob(["codegen/**/*.kt", "codegen/**/*.java"], allow_empty = True),
deps = [
@@ -58,6 +59,7 @@ jps_test(
### auto-generated section `build intellij.platform.eel.tests` start
jvm_library(
name = "eel-tests_test_lib",
module_name = "intellij.platform.eel.tests",
visibility = ["//visibility:public"],
srcs = glob(["tests/**/*.kt", "tests/**/*.java"], allow_empty = True),
deps = [

View File

@@ -35,6 +35,7 @@ jvm_resources(
jvm_library(
name = "externalSystem-dependencyUpdater-tests_test_lib",
module_name = "intellij.platform.externalSystem.dependencyUpdater.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -19,6 +19,7 @@ jvm_library(
### auto-generated section `build intellij.platform.instanceContainer.tests` start
jvm_library(
name = "instanceContainer-tests_test_lib",
module_name = "intellij.platform.instanceContainer.tests",
visibility = ["//visibility:public"],
srcs = glob(["tests/**/*.kt", "tests/**/*.java"], allow_empty = True),
deps = [

View File

@@ -27,6 +27,7 @@ jvm_library(
jvm_library(
name = "ui-tests_test_lib",
module_name = "intellij.platform.jewel.uiTests",
visibility = ["//visibility:public"],
srcs = glob(["src/test/kotlin/**/*.kt", "src/test/kotlin/**/*.java"], allow_empty = True),
kotlinc_opts = ":custom_ui-tests",

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "testEntities_test_lib",
module_name = "intellij.platform.lang.testEntities",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java", "testGen/**/*.kt", "testGen/**/*.java"], allow_empty = True),
deps = [

View File

@@ -32,6 +32,7 @@ jvm_library(
jvm_library(
name = "backend-main_test_lib",
module_name = "intellij.platform.backend.main",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
deps = [

View File

@@ -24,6 +24,7 @@ jvm_library(
jvm_library(
name = "frontend-main_test_lib",
module_name = "intellij.platform.frontend.main",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
deps = [

View File

@@ -27,6 +27,7 @@ jvm_library(
jvm_library(
name = "main_test_lib",
module_name = "intellij.platform.main",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
deps = [

View File

@@ -15,6 +15,7 @@ jvm_library(
jvm_library(
name = "monolith-main_test_lib",
module_name = "intellij.platform.monolith.main",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
runtime_deps = [

View File

@@ -79,6 +79,7 @@ jvm_library(
jvm_library(
name = "objectSerializer-tests_test_lib",
module_name = "intellij.platform.objectSerializer.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -15,6 +15,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "intellij.platform.tests",
visibility = ["//visibility:public"],
srcs = glob(["testGen/**/*.kt", "testGen/**/*.java", "testSrc/**/*.kt", "testSrc/**/*.java", "testSrc/**/*.form"], allow_empty = True),
deps = [

View File

@@ -3,6 +3,7 @@ load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "benchmarks_test_lib",
module_name = "intellij.platform.benchmarks",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [

View File

@@ -12,6 +12,7 @@ create_kotlinc_options(
jvm_library(
name = "durability_test_lib",
module_name = "intellij.platform.durability",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
kotlinc_opts = ":custom_durability",

View File

@@ -78,6 +78,7 @@ jvm_resources(
jvm_library(
name = "polySymbols-tests_test_lib",
module_name = "intellij.platform.polySymbols.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "remoteServers-targetsIntegrationTests_test_lib",
module_name = "intellij.platform.remoteServers.targetsIntegrationTests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "intellij.platform.runtime.product.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "intellij.platform.runtime.repository.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "envTests_test_lib",
module_name = "intellij.platform.statistics.envTests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -51,6 +51,7 @@ jvm_library(
jvm_library(
name = "structuralSearch-tests_test_lib",
module_name = "intellij.platform.structuralSearch.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSource/**/*.kt", "testSource/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "psi-tests_test_lib",
module_name = "intellij.platform.syntax.psi.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "monorepo_test_lib",
module_name = "intellij.platform.testFramework.monorepo",
visibility = ["//visibility:public"],
srcs = glob(["tests/**/*.kt", "tests/**/*.java"], allow_empty = True),
deps = [

View File

@@ -76,6 +76,7 @@ jvm_library(
jvm_library(
name = "util-tests_test_lib",
module_name = "intellij.platform.util.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -25,6 +25,7 @@ jvm_library(
jvm_library(
name = "coroutines-tests_test_lib",
module_name = "intellij.platform.util.coroutines.tests",
visibility = ["//visibility:public"],
srcs = glob(["tests/**/*.kt", "tests/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "benchmark_test_lib",
module_name = "intellij.platform.util.immutableKeyValueStore.benchmark",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -41,6 +41,7 @@ jvm_library(
jvm_library(
name = "progress-tests_test_lib",
module_name = "intellij.platform.util.progress.tests",
visibility = ["//visibility:public"],
srcs = glob(["tests/**/*.kt", "tests/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "testEntities_test_lib",
module_name = "intellij.platform.workspace.storage.testEntities",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java", "testGen/**/*.kt", "testGen/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "intellij.platform.langInjection.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -34,6 +34,7 @@ jvm_library(
jvm_library(
name = "jps-tests_test_lib",
module_name = "intellij.ant.jps.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -49,6 +49,7 @@ jvm_library(
jvm_library(
name = "completionMlRankingModels-tests_test_lib",
module_name = "intellij.completionMlRankingModels.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -56,6 +56,7 @@ jvm_library(
jvm_library(
name = "completionMlRanking-tests_test_lib",
module_name = "intellij.completionMlRanking.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -3,6 +3,7 @@ load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "ide-plugin-projectStructureTests_test_lib",
module_name = "intellij.compose.ide.plugin.projectStructureTests",
visibility = ["//visibility:public"],
srcs = glob(["tests/**/*.kt", "tests/**/*.java"], allow_empty = True),
deps = [

View File

@@ -92,6 +92,7 @@ jvm_library(
jvm_library(
name = "configurationScript-test-java_test_lib",
module_name = "intellij.configurationScript.test.java",
visibility = ["//visibility:public"],
srcs = glob(["testJava/**/*.kt", "testJava/**/*.java"], allow_empty = True),
deps = [

View File

@@ -15,6 +15,7 @@ jvm_library(
jvm_library(
name = "dev-noJava-plugin-main_test_lib",
module_name = "intellij.dev.noJava.plugin.main",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
runtime_deps = [
@@ -41,6 +42,7 @@ jvm_library(
jvm_library(
name = "dev-plugin-main_test_lib",
module_name = "intellij.dev.plugin.main",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
runtime_deps = [

View File

@@ -31,6 +31,7 @@ jvm_library(
jvm_library(
name = "devkit-plugin-main_test_lib",
module_name = "intellij.devkit.plugin.main",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
deps = [
@@ -73,6 +74,7 @@ jvm_library(
jvm_library(
name = "devkit-plugin-main-noKotlin_test_lib",
module_name = "intellij.devkit.plugin.main.noKotlin",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
deps = ["//plugins/devkit/devkit-java-tests:java-tests_test_lib"],

View File

@@ -3,6 +3,7 @@ load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "kotlin-fir-tests_test_lib",
module_name = "intellij.devkit.kotlin.fir.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "intellij.devkit.workspaceModel.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -37,6 +37,7 @@ jvm_library(
jvm_library(
name = "jps-tests_test_lib",
module_name = "intellij.devkit.jps.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -30,6 +30,7 @@ jvm_library(
jvm_library(
name = "editorconfig-plugin-main_test_lib",
module_name = "intellij.editorconfig.plugin.main",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
runtime_deps = [

View File

@@ -50,6 +50,7 @@ jvm_library(
### auto-generated section `build intellij.evaluationPlugin.tests` start
jvm_library(
name = "evaluationPlugin-tests_test_lib",
module_name = "intellij.evaluationPlugin.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -111,6 +111,7 @@ jvm_library(
jvm_library(
name = "gradle-tests_test_lib",
module_name = "intellij.gradle.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSources/**/*.kt", "testSources/**/*.java"], allow_empty = True),
deps = [

View File

@@ -35,6 +35,7 @@ jvm_library(
### auto-generated section `build intellij.gradle.declarativeSync.tests` start
jvm_library(
name = "declarativeSync-tests_test_lib",
module_name = "intellij.gradle.declarativeSync.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSources/**/*.kt", "testSources/**/*.java"], allow_empty = True),
deps = [

View File

@@ -99,6 +99,7 @@ jvm_library(
jvm_library(
name = "java-tests_test_lib",
module_name = "intellij.gradle.java.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSources/**/*.kt", "testSources/**/*.java"], allow_empty = True),
deps = [

View File

@@ -38,6 +38,7 @@ jvm_library(
### auto-generated section `build intellij.gradle.native.tooling.tests` start
jvm_library(
name = "gradle-native-tooling-tests_test_lib",
module_name = "intellij.gradle.native.tooling.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSources/**/*.kt", "testSources/**/*.java"], allow_empty = True),
deps = [

View File

@@ -15,6 +15,7 @@ jvm_library(
jvm_library(
name = "grazie-tests_test_lib",
module_name = "intellij.grazie.tests",
visibility = ["//visibility:public"],
srcs = glob(["kotlin/**/*.kt", "kotlin/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "uast-tests_test_lib",
module_name = "intellij.groovy.uast.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -42,6 +42,7 @@ jvm_library(
jvm_library(
name = "jps-tests_test_lib",
module_name = "intellij.groovy.jps.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -41,6 +41,7 @@ jvm_library(
jvm_library(
name = "html-tools-tests_test_lib",
module_name = "intellij.html.tools.tests",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -16,6 +16,7 @@ jvm_library(
jvm_library(
name = "community_test_lib",
module_name = "intellij.javaFX.community",
visibility = ["//visibility:public"],
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java"], allow_empty = True),
deps = [

View File

@@ -3,6 +3,7 @@ load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "groovy-tests_test_lib",
module_name = "intellij.junit.groovy.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "java-tests_test_lib",
module_name = "intellij.junit.java.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "kotlin-tests-k1_test_lib",
module_name = "intellij.junit.kotlin.tests.k1",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "kotlin-tests-k2_test_lib",
module_name = "intellij.junit.kotlin.tests.k2",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "kotlin-tests-shared_test_lib",
module_name = "intellij.junit.kotlin.tests.shared",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "junit-v5-rt-tests_test_lib",
module_name = "intellij.junit.v5.rt.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -441,6 +441,7 @@ jvm_library(
jvm_library(
name = "kotlin-plugin-community-main_test_lib",
module_name = "intellij.kotlin.plugin.community.main",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
deps = [

View File

@@ -15,6 +15,7 @@ jvm_library(
jvm_library(
name = "kotlin-base-analysis-analysis-api-k2-tests_test_lib",
module_name = "kotlin.base.analysis.analysis-api.k2.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
kotlinc_opts = ":custom_kotlin-base-analysis-analysis-api-k2-tests",

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.base.analysis.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.base.facet.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.base.indices.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "test_test_lib",
module_name = "kotlin.base.test",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.code-insight.fixes.k2.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.code-insight.inspections.k2.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "k1_test_lib",
module_name = "kotlin.code-insight.inspections-shared.tests.k1",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "k2_test_lib",
module_name = "kotlin.code-insight.inspections-shared.tests.k2",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.code-insight.intentions.k2.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "k1_test_lib",
module_name = "kotlin.code-insight.intentions-shared.tests.k1",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "k2_test_lib",
module_name = "kotlin.code-insight.intentions-shared.tests.k2",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.code-insight.structural-search.k2.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "kotlin-compiler-plugins-allopen-tests-k1_test_lib",
module_name = "kotlin.compiler-plugins.allopen.tests.k1",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.compiler-plugins.compiler-plugin-support.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.compiler-plugins.kotlinx-serialization.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.compiler-plugins.noarg.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.compiler-plugins.parcelize.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "k1_test_lib",
module_name = "kotlin.compiler-plugins.parcelize.tests.k1",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "k2_test_lib",
module_name = "kotlin.compiler-plugins.parcelize.tests.k2",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests.k2_test_lib",
module_name = "kotlin.compiler-reference-index.tests.k2",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.compiler-reference-index.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "kotlin-completion-tests-k1_test_lib",
module_name = "kotlin.completion.tests.k1",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "kotlin-completion-tests-shared_test_lib",
module_name = "kotlin.completion.tests.shared",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "kotlin-copyright-fir-tests_test_lib",
module_name = "kotlin.copyright.fir.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.copyright.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -22,6 +22,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.core.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
kotlinc_opts = ":custom_tests",

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.coverage.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.features-trainer.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

View File

@@ -21,6 +21,7 @@ jvm_library(
jvm_library(
name = "tests_test_lib",
module_name = "kotlin.fir.tests",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
kotlinc_opts = ":custom_tests",

View File

@@ -9,6 +9,7 @@ jvm_library(
jvm_library(
name = "tests.k2_test_lib",
module_name = "kotlin.gradle.code-insight-groovy.tests.k2",
visibility = ["//visibility:public"],
srcs = glob(["test/**/*.kt", "test/**/*.java"], allow_empty = True),
deps = [

Some files were not shown because too many files have changed in this diff Show More