mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-26 01:20:57 +00:00
all.sh: invoke check-names.sh in print-trace-on-exit mode
This commit is contained in:
parent
ef39c49cd7
commit
e952fdf2d4
|
@ -578,7 +578,7 @@ component_check_files () {
|
||||||
|
|
||||||
component_check_names () {
|
component_check_names () {
|
||||||
msg "test/build: declared and exported names" # < 3s
|
msg "test/build: declared and exported names" # < 3s
|
||||||
record_status tests/scripts/check-names.sh
|
record_status tests/scripts/check-names.sh -v
|
||||||
}
|
}
|
||||||
|
|
||||||
component_check_doxygen_warnings () {
|
component_check_doxygen_warnings () {
|
||||||
|
|
Loading…
Reference in a new issue