aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/python
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python')
-rw-r--r--tools/python/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/python/BUILD b/tools/python/BUILD
index f489fe1d94..6933f9d419 100644
--- a/tools/python/BUILD
+++ b/tools/python/BUILD
@@ -4,3 +4,12 @@ sh_binary(
name = "2to3",
srcs = ["2to3.sh"],
)
+
+filegroup(
+ name = "srcs",
+ srcs = [
+ # Tools are build from the workspace for tests.
+ "2to3.sh",
+ "BUILD",
+ ],
+)