blob: 721c6f9392b772c19c4e64133b047e7a044e7a38 [file] [log] [blame]
load("//tools/bzl:junit.bzl", "junit_tests")
junit_tests(
name = "ioutil_tests",
size = "small",
srcs = glob(
["**/*.java"],
),
resource_strip_prefix = "resources",
visibility = ["//visibility:public"],
deps = [
"//java/com/google/gerrit/server/ioutil",
],
)