aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/build_defs/cc/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/build_defs/cc/BUILD b/tools/build_defs/cc/BUILD
index 4ec7af6afe..5e6ca3c90a 100644
--- a/tools/build_defs/cc/BUILD
+++ b/tools/build_defs/cc/BUILD
@@ -12,6 +12,16 @@ filegroup(
],
)
+filegroup(
+ name = "action_names_test_files",
+ testonly = True,
+ srcs = [
+ "BUILD",
+ "action_names.bzl",
+ ],
+ visibility = ["//visibility:public"],
+)
+
# bazel_osx_p4deps specifies the set of dependencies needed to run Bazel on OS X.
# Consumed by Google internal tests.
filegroup(