blob: aebe347200ba5897dc24fbff649db33f0d8dfd84 [file] [log] [blame]
load("//tools/bzl:junit.bzl", "junit_tests")
junit_tests(
name = "conditions_tests",
srcs = glob(["*.java"]),
deps = [
"//java/com/google/gerrit/extensions:lib",
"//lib:truth",
],
)