1
0
mirror of https://github.com/google/nomulus synced 2026-06-09 16:33:02 +00:00
Files
nomulus/java/com/google/common/testing/BUILD
T
2016-03-01 17:59:16 -05:00

8 lines
170 B
Python

package(default_visibility = ["//visibility:public"])
java_library(
name = "testing",
testonly = 1,
exports = ["@bazel_tools//third_party:guava-testlib"],
)