blob: 6ca9871b9ca70b890330663f91f4b9a7cb87aca9 [file] [log] [blame]
load("//tools/bzl:junit.bzl", "junit_tests")
junit_tests(
name = "proto_converter_tests",
srcs = glob(["*.java"]),
deps = [
"//java/com/google/gerrit/entities",
"//java/com/google/gerrit/proto/testing",
"//lib:guava",
"//lib:jgit",
"//lib:protobuf",
"//lib/guice",
"//lib/truth",
"//lib/truth:truth-proto-extension",
"//proto:entities_java_proto",
],
)