blob: 5ccf3a26dc6ff701fc0f6aa33cac02180fbe7465 [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
# managed by go/iml_to_build
iml_module(
name = "intellij.android.core.editors.fast",
iml_files = ["intellij.android.core.editors.fast.iml"],
test_class = "com.android.tools.idea.IdeaTestSuite",
# keep sorted
test_data = [
"//prebuilts/studio/sdk:platforms/latest",
"//tools/adt/idea/compose-ide-plugin/testData",
],
# do not sort: must match IML order
test_deps = [
"//tools/adt/idea/.idea/libraries:junit4",
"//tools/adt/idea/android:intellij.android.core",
"//tools/adt/idea/android-test-framework:intellij.android.testFramework",
"//tools/base/flags:studio.android.sdktools.flags",
"//tools/adt/idea/android-common:intellij.android.common",
"//tools/adt/idea/android:intellij.android.core.tests",
"//tools/adt/idea/.idea/libraries:truth",
"//tools/adt/idea/adt-testutils:intellij.android.adt.testutils",
"//tools/adt/idea/preview-fast-compile:intellij.android.preview-fast-compile",
"//tools/adt/idea/project-system:intellij.android.projectSystem",
],
test_jvm_flags = [
"-Djdk.attach.allowAttachSelf=true",
],
test_srcs = ["testSrc"],
test_tags = [
"block-network",
],
test_timeout = "long",
visibility = ["//visibility:public"],
# do not sort: must match IML order
deps = [
"@intellij//:intellij-sdk",
"@intellij//:com.intellij.java",
"@intellij//:org.jetbrains.kotlin",
],
)