summaryrefslogtreecommitdiffstats
path: root/javatests/com/google/gerrit/server/cache/serialize/BUILD
blob: 35d8527c72897ecae0b5b263f77de8c6208f5e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
load("//tools/bzl:junit.bzl", "junit_tests")

junit_tests(
    name = "tests",
    srcs = glob(["*.java"]),
    deps = [
        "//java/com/google/gerrit/server/cache/serialize",
        "//java/com/google/gerrit/server/cache/testing",
        "//lib:guava",
        "//lib:gwtorm",
        "//lib:junit",
        "//lib:protobuf",
        "//lib/auto:auto-value",
        "//lib/auto:auto-value-annotations",
        "//lib/jgit/org.eclipse.jgit:jgit",
        "//lib/truth",
        "//lib/truth:truth-proto-extension",
        "//proto:cache_java_proto",
    ],
)