aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar kaipi <kaipi@google.com>2018-08-01 09:21:38 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-01 09:23:50 -0700
commitf330439fb970cfa17c70fc59c1458bb1c31c9522 (patch)
treeb781e9ca14b10de9d64b660f6d21a630e94f2190 /tools
parent09cf2074ed21eb8921b22da6069ef889b071b717 (diff)
Add the action_names_test_files target to the OSS version of tools/buils_defs/cc/BUILD.
PiperOrigin-RevId: 206939687
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(