blob: c7f9c94f45a419eb3bd2c24b299819877b239a10 [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
# managed by go/iml_to_build
iml_module(
name = "intellij.android.core.lang",
iml_files = ["intellij.android.core.lang.iml"],
test_class = "com.android.tools.idea.IdeaTestSuite",
# keep sorted
test_data = [
"//prebuilts/studio/sdk:platforms/latest",
"//tools/adt/idea/android/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/.idea/libraries:truth",
"//tools/adt/idea/android-test-framework:intellij.android.testFramework",
"//tools/adt/idea/android:intellij.android.core.tests",
],
test_friends = ["//tools/adt/idea/android:intellij.android.core"],
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",
],
)