mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-08 10:09:54 +00:00
all.sh: run check-test-cases.py
This commit is contained in:
parent
600bb694ac
commit
895868bc82
|
@ -630,6 +630,11 @@ component_check_names () {
|
||||||
record_status tests/scripts/check-names.sh -v
|
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 () {
|
component_check_doxygen_warnings () {
|
||||||
msg "Check: doxygen warnings (builds the documentation)" # ~ 3s
|
msg "Check: doxygen warnings (builds the documentation)" # ~ 3s
|
||||||
record_status tests/scripts/doxygen.sh
|
record_status tests/scripts/doxygen.sh
|
||||||
|
|
Loading…
Reference in a new issue