Autogenerate BUILD files

This commit is contained in:
Jeff Grafton
2017-08-09 15:45:29 -07:00
parent cce84c3e19
commit cf55f9ed45
197 changed files with 2140 additions and 591 deletions

View File

@@ -65,6 +65,7 @@ go_binary(
go_test(
name = "go_default_test",
srcs = ["e2e_test.go"],
data = glob(["testdata/**"]),
library = ":go_default_library",
tags = ["automanaged"],
)