Skip to content

Commit

Permalink
Add the action_names_test_files target to the OSS version of tools/bu…
Browse files Browse the repository at this point in the history
…ils_defs/cc/BUILD.

PiperOrigin-RevId: 206939687
  • Loading branch information
sergiocampama authored and Copybara-Service committed Aug 1, 2018
1 parent 09cf207 commit f330439
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/build_defs/cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f330439

Please sign in to comment.