Skip to content

Commit b262a5e

Browse files
committed
can we just use the plugin one?
1 parent 785b71f commit b262a5e

3 files changed

Lines changed: 2 additions & 214 deletions

File tree

test/build_defs/BUILD

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ filegroup(
1212
name = "build_defs",
1313
srcs = ["test.build_defs"],
1414
visibility = [
15-
"//test/...",
1615
"//src/test/...",
16+
"//test/...",
1717
],
1818
)
1919

@@ -25,12 +25,6 @@ filegroup(
2525
],
2626
)
2727

28-
filegroup(
29-
name = "cc_embed_binary",
30-
srcs = ["cc_embed_binary.build_defs"],
31-
visibility = ["//test/..."],
32-
)
33-
3428
# Used for some of the parse tests that want a subinclude that isn't visible to them.
3529
filegroup(
3630
name = "not_visible",

test/build_defs/cc_embed_binary.build_defs

Lines changed: 0 additions & 206 deletions
This file was deleted.

test/cross_compile/lib/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This contains an arbitrary set of rules intended to exercise
22
# aspects of the cross-compilation code.
33

4-
subinclude("//test/build_defs:cc_embed_binary", "///cc//build_defs:c")
4+
subinclude("///cc//build_defs:c", "///cc//build_defs:cc_embed_binary")
55

66
go_binary(
77
name = "generator",

0 commit comments

Comments
 (0)