Lukacs Berki | f5e23c6 | 2015-03-27 14:08:38 +0000 | [diff] [blame] | 1 | package(default_visibility = ["//visibility:public"]) |
2 | |||||
3 | sh_binary( | ||||
4 | name = "2to3", | ||||
5 | srcs = ["2to3.sh"], | ||||
6 | ) | ||||
Damien Martin-Guillerez | a8628bf | 2015-04-17 15:31:02 +0000 | [diff] [blame^] | 7 | |
8 | filegroup( | ||||
9 | name = "srcs", | ||||
10 | srcs = [ | ||||
11 | # Tools are build from the workspace for tests. | ||||
12 | "2to3.sh", | ||||
13 | "BUILD", | ||||
14 | ], | ||||
15 | ) |