diff options
author | David Garcia Quintas <dgq@google.com> | 2016-04-08 17:20:10 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-04-08 17:20:10 -0700 |
commit | 001193c7522479169d768eed76da33d3050d0f1b (patch) | |
tree | 2f73dc318d49aa0af90ba4cbfc8dcbb59de9effb /tools/run_tests | |
parent | 9885bff5fb817031a9f8b73d0960f7ae5e3c3c2a (diff) | |
parent | 9ea60274efac6e4108118260015ab6070f59f66d (diff) |
Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor
Diffstat (limited to 'tools/run_tests')
-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 f155c8da45..efc21e6591 100644 --- a/tools/run_tests/sanity/sanity_tests.yaml +++ b/tools/run_tests/sanity/sanity_tests.yaml @@ -5,6 +5,7 @@ - script: tools/buildgen/generate_projects.sh -j 3 cpu_cost: 3 - script: tools/distrib/check_copyright.py +- script: tools/distrib/check_vsprojects.py - script: tools/distrib/clang_format_code.sh - script: tools/distrib/check_trailing_newlines.sh - script: tools/distrib/check_nanopb_output.sh |