blob: 56e9ec29c021f20bbc4fcbb4bee73ab7530fb504 [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",
],
)