blob: ccd26e1db4b4366f6126001b6c2136f4bb387713 [file] [log] [blame]
licenses(["notice"])
# Additional files, such as tools, that should be present in a test's runfiles
# during coverage collection.
filegroup(
name = "coverage_support",
# Public so other rules can add the dependencies via this group.
visibility = ["//visibility:public"],
)
# Consumed by bazel tests.
filegroup(
name = "for_bazel_tests",
testonly = 1,
srcs = glob(["**"]),
visibility = ["//:__pkg__"],
)