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