aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2017-08-22 17:40:37 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-08-23 13:27:04 +0200
commit0baff0f51ecbc7956086d21e5c01201bc6672df9 (patch)
treee09dabf5827526de65e3033824d2035398c7bd87 /BUILD
parentab58a9244bfccbc80fc3970329a36ce6ee3d4006 (diff)
Make the srcs test be a Bazel test
./compile.sh srcs has been broken at several time because this test cannot run on our internal presubmit (more precisely, don't see most breakage on our internal presubmit). Making this test a Bazel test should fix that at the same time reducing the scope of ./compile.sh (with the other move of the determinism test, this make compile.sh being only the bootstrapping script). To do so, we fetch the list of sources in the repository through a skylark repository and use genquery to interrogate the list of sources in //:srcs filegroup. Change-Id: If83af28a366cc0c52a7327ce9ed2489c7e88532f PiperOrigin-RevId: 166064682
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 3c506215c8..9d65300389 100644
--- a/BUILD
+++ b/BUILD
@@ -22,7 +22,7 @@ filegroup(
"//tools:srcs",
"//third_party:srcs",
],
- visibility = ["//visibility:private"],
+ visibility = ["//src/test/shell/bazel:__pkg__"],
)
filegroup(