bazel: fix some unit tests

This commit is contained in:
Mike Danese
2016-12-15 14:58:49 -08:00
parent 853fcc393e
commit 8fdec87d19
11 changed files with 23 additions and 12 deletions

6
pkg/client/testdata/BUILD vendored Normal file
View File

@@ -0,0 +1,6 @@
package(default_visibility = ["//visibility:public"])
filegroup(
name = "testdata",
srcs = glob(["*"]),
)