blob: a0e2ee9770bbe16b2e2dcc9ec485dd3106f63d69 [file] [log] [blame]
java_library(
name = "truth",
testonly = 1,
srcs = glob(["**/*.java"]),
visibility = ["//visibility:public"],
deps = [
"//lib:truth",
],
)