fix test/e2e/ compilation

pull/6/head
Mike Danese 2016-11-18 13:09:30 -08:00
parent ea192ddb28
commit bfb8902e44
1 changed files with 5 additions and 1 deletions

View File

@ -210,7 +210,10 @@ go_library(
],
)
go_test(
# this is a private library until we can support building the
# test binary
# TODO(mikedanese): fix @io_bazelbuild/rules_go
go_library(
name = "go_default_test",
srcs = [
"e2e_test.go",
@ -218,6 +221,7 @@ go_test(
],
library = "go_default_library",
tags = ["automanaged"],
visibility = ["//visibility:private"],
deps = [
"//pkg/api:go_default_library",
"//pkg/client/clientset_generated/internalclientset:go_default_library",