blob: 13eb5bf8a5005cce3190e9a5bb13424cc6597d46 [file] [log] [blame]
load("//tools/bzl:junit.bzl", "junit_tests")
junit_tests(
name = "testing_tests",
srcs = glob(["*.java"]),
deps = [
"//java/com/google/gerrit/git/testing",
"//lib:truth",
],
)