diff options
author | Masood Malekghassemi <atash@google.com> | 2016-04-29 14:11:38 -0700 |
---|---|---|
committer | Masood Malekghassemi <atash@google.com> | 2016-05-04 15:30:30 -0700 |
commit | 58d24c259a637ccffdee09fac6bc0123f81e4fc0 (patch) | |
tree | 66f6ab090f571b97b1595cc4782bd4b6dcbf11e7 /tools/run_tests/sanity | |
parent | d039a98a94cc2f1d8769a3a11eea73494cc287f4 (diff) |
Add sanity test for grpcio protoc package
Diffstat (limited to 'tools/run_tests/sanity')
-rw-r--r-- | tools/run_tests/sanity/sanity_tests.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/sanity/sanity_tests.yaml b/tools/run_tests/sanity/sanity_tests.yaml index efc21e6591..c5945c602f 100644 --- a/tools/run_tests/sanity/sanity_tests.yaml +++ b/tools/run_tests/sanity/sanity_tests.yaml @@ -10,3 +10,4 @@ - script: tools/distrib/check_trailing_newlines.sh - script: tools/distrib/check_nanopb_output.sh - script: tools/distrib/check_include_guards.py +- script: tools/distrib/python/check_grpcio_tools.py |