all.sh: run check-test-cases.py

This commit is contained in:
Gilles Peskine 2019-09-19 21:30:05 +02:00
parent 600bb694ac
commit 895868bc82

View file

@ -630,6 +630,11 @@ component_check_names () {
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