From 0baff0f51ecbc7956086d21e5c01201bc6672df9 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Tue, 22 Aug 2017 17:40:37 +0200 Subject: 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 --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') 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( -- cgit v1.2.3