aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity_tests.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-20 10:58:23 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-20 10:58:23 -0800
commit94d04a5620c207412521c2691390dc6c1c9a6d37 (patch)
treea8f00eff95f4a3c2126dc41c581cd33c15b3d2d7 /tools/run_tests/sanity_tests.yaml
parent9c8ec0506d729fe8bdf9f9e7a514c51995a5206c (diff)
List Sanity tests in a config file, not a shell script
Allows parallelization of sanity tests, and better error reporting
Diffstat (limited to 'tools/run_tests/sanity_tests.yaml')
-rw-r--r--tools/run_tests/sanity_tests.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/run_tests/sanity_tests.yaml b/tools/run_tests/sanity_tests.yaml
new file mode 100644
index 0000000000..6ac8b1390f
--- /dev/null
+++ b/tools/run_tests/sanity_tests.yaml
@@ -0,0 +1,9 @@
+# a set of tests that are run in parallel for sanity tests
+- tools/run_tests/check_sources_and_headers.py
+- tools/run_tests/check_submodules.sh
+- tools/run_tests/check_cache_mk.sh
+- tools/buildgen/generate_projects.sh
+- tools/distrib/check_copyright.py
+- tools/distrib/clang_format_code.sh
+- tools/distrib/check_trailing_newlines.sh
+