Skip to content

Commit

Permalink
can we just use the plugin one?
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Jul 10, 2023
1 parent 785b71f commit b262a5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 214 deletions.
8 changes: 1 addition & 7 deletions test/build_defs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ filegroup(
name = "build_defs",
srcs = ["test.build_defs"],
visibility = [
"//test/...",
"//src/test/...",
"//test/...",
],
)

Expand All @@ -25,12 +25,6 @@ filegroup(
],
)

filegroup(
name = "cc_embed_binary",
srcs = ["cc_embed_binary.build_defs"],
visibility = ["//test/..."],
)

# Used for some of the parse tests that want a subinclude that isn't visible to them.
filegroup(
name = "not_visible",
Expand Down
206 changes: 0 additions & 206 deletions test/build_defs/cc_embed_binary.build_defs

This file was deleted.

2 changes: 1 addition & 1 deletion test/cross_compile/lib/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This contains an arbitrary set of rules intended to exercise
# aspects of the cross-compilation code.

subinclude("//test/build_defs:cc_embed_binary", "///cc//build_defs:c")
subinclude("///cc//build_defs:c", "///cc//build_defs:cc_embed_binary")

go_binary(
name = "generator",
Expand Down

0 comments on commit b262a5e

Please sign in to comment.