aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-06-01 16:10:08 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-06-01 16:10:08 -0700
commitfd133b51894d7c30a873d9a0e8fc7b12c6abaf73 (patch)
tree778a148b36b260aed35bde41215abef6a67b14ba /tools/run_tests/sanity
parent087fe278edc0849e177fec886c5325828408b59a (diff)
add nanopb bazel dep to bazel workspace check
Diffstat (limited to 'tools/run_tests/sanity')
-rwxr-xr-xtools/run_tests/sanity/check_bazel_workspace.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/sanity/check_bazel_workspace.py b/tools/run_tests/sanity/check_bazel_workspace.py
index 555149c820..fcffa22be4 100755
--- a/tools/run_tests/sanity/check_bazel_workspace.py
+++ b/tools/run_tests/sanity/check_bazel_workspace.py
@@ -47,6 +47,7 @@ _GRPC_DEP_NAMES = [
'com_google_protobuf',
'com_github_google_googletest',
'com_github_gflags_gflags',
+ 'com_github_nanopb_nanopb',
'com_github_google_benchmark',
'com_github_cares_cares',
'com_google_absl',