aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar ruperts <ruperts@google.com>2017-11-29 19:24:22 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-29 19:25:47 -0800
commit89ec374424a585c4923df942c848c6a88ddd9db7 (patch)
tree5ed97a783db86993c7893cf28db5852469f59f1d /src/test/shell/integration/BUILD
parenta5cac5d2c7e3f426d518ecd537d8988977695bf5 (diff)
Fix protoc_compiler variable in testenv.sh and add //third_party/protobuf:protoc dependency to process_wrapper_test.
RELNOTES: None. PiperOrigin-RevId: 177399066
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 271f584551..214d54799d 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -292,6 +292,7 @@ sh_test(
":spend_cpu_time",
":test-deps",
"//src/main/protobuf:execution_statistics.proto",
+ "//third_party/protobuf:protoc",
],
)