Files
gerrit/javatests/com/google/gerrit/proto/BUILD
Alice Kober-Sotzek 74a97c4a0c Remove tests ensuring generation of reviewdb.proto
Since we don't generate the reviewdb.proto file anymore, we also don't
need tests which ensure that the generation worked correctly. The
hand-written reviewdb.proto file is covered via other tests.

Change-Id: I398eab062f9d12f0d85345df38cc653114afa46c
2018-12-18 11:56:58 -08:00

15 lines
369 B
Python

load("//tools/bzl:junit.bzl", "junit_tests")
junit_tests(
name = "proto_tests",
srcs = glob(["*.java"]),
deps = [
"//java/com/google/gerrit/proto",
"//java/com/google/gerrit/testing:gerrit-test-util",
"//lib:protobuf",
"//lib/truth",
"//lib/truth:truth-proto-extension",
"//proto:cache_java_proto",
],
)