aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-11-17 16:14:51 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-11-18 15:25:18 +0000
commit87063e5b27b893e00a99e2a39f4deb6818a9d284 (patch)
treebc6eab4b25e075b2d0b26773493e7e402bb8e0f6 /src/test/shell
parente2eb63975c0eae2dccc2da306c1409169299c17b (diff)
Add dependencies to the Go toolchain for bazel_go_example_test.
These were removed from srcs earlier (as they are not sources), but they're necessary to run the e2e test. -- MOS_MIGRATED_REVID=108042063
Diffstat (limited to 'src/test/shell')
-rw-r--r--src/test/shell/bazel/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index fc2472d1b9..9e121ce90b 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -87,6 +87,8 @@ sh_test(
data = [
":test-deps",
"//tools/build_rules/go:srcs",
+ "//tools/build_rules/go/toolchain",
+ "//tools/build_rules/go/toolchain:go_tool",
"//tools/build_rules/go/toolchain:srcs",
"//tools/build_rules/go/tools:srcs",
],