diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-15 14:55:54 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-15 14:55:54 -0700 |
commit | 5b385dcbcbaf891fc4f16eda69dff40b5879b1f8 (patch) | |
tree | 9a39dc7b4a7318e330a3b047e8645d7c0dc719db /tools/run_tests | |
parent | 3598d4457d508a904cef70fd6fdbb632af7e7e09 (diff) |
Added check_include_guards.py to the sanity tests suite
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 3840f4d8df..f155c8da45 100644 --- a/tools/run_tests/sanity/sanity_tests.yaml +++ b/tools/run_tests/sanity/sanity_tests.yaml @@ -8,3 +8,4 @@ - script: tools/distrib/clang_format_code.sh - script: tools/distrib/check_trailing_newlines.sh - script: tools/distrib/check_nanopb_output.sh +- script: tools/distrib/check_include_guards.py |