blob: f268b1e0c8f3cdbf2d8bdddefe54b078f50b9014 [file]
java_test(
name = "PackageParserTest",
size = "small",
srcs = ["PackageParserTest.java"],
deps = [
"//src/main/java/com/google/devtools/common/options",
"//src/main/protobuf:package_manifest_proto",
"//src/tools/android/java/com/google/devtools/build/android/ideinfo:package_parser_lib",
"//third_party:guava",
"//third_party:jsr305",
"//third_party:junit4",
"//third_party:protobuf",
"//third_party:truth",
],
)
java_test(
name = "ArtifactLocationConverterTest",
size = "small",
srcs = ["ArtifactLocationConverterTest.java"],
deps = [
"//src/main/java/com/google/devtools/common/options",
"//src/main/protobuf:package_manifest_proto",
"//src/tools/android/java/com/google/devtools/build/android/ideinfo:package_parser_lib",
"//third_party:guava",
"//third_party:junit4",
"//third_party:protobuf",
"//third_party:truth",
],
)