summaryrefslogtreecommitdiff
path: root/util/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/run_tests.sh')
-rwxr-xr-xutil/run_tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/run_tests.sh b/util/run_tests.sh
index 56732ee13e..729faf517d 100755
--- a/util/run_tests.sh
+++ b/util/run_tests.sh
@@ -26,3 +26,7 @@ cd util
# NOTE: this uses the Zephyr version of kconfiglib, runs separately from
# test_kconfig_check.py
pytest check_zephyr_project_config_unittest.py
+
+# Run the Zephyr check_compliance wrapper test.
+# NOTE: this uses vpython so it does not run correctly through pytest.
+./zephyr_check_compliance_unittest.py