all.sh: run check-test-cases.py
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 6d7edd6..f320866 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -630,6 +630,11 @@
record_status tests/scripts/check-names.sh -v
}
+component_check_test_cases () {
+ msg "Check: test case descriptions" # < 1s
+ record_status tests/scripts/check-test-cases.py
+}
+
component_check_doxygen_warnings () {
msg "Check: doxygen warnings (builds the documentation)" # ~ 3s
record_status tests/scripts/doxygen.sh