mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 17:21:09 +00:00
Switch to the new Python implementation of check-names
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
d47f636a19
commit
31da67beb7
|
@ -706,7 +706,7 @@ component_check_changelog () {
|
||||||
|
|
||||||
component_check_names () {
|
component_check_names () {
|
||||||
msg "Check: declared and exported names (builds the library)" # < 3s
|
msg "Check: declared and exported names (builds the library)" # < 3s
|
||||||
record_status tests/scripts/check-names.sh -v
|
record_status tests/scripts/check_names.py -v
|
||||||
}
|
}
|
||||||
|
|
||||||
component_check_test_cases () {
|
component_check_test_cases () {
|
||||||
|
|
Loading…
Reference in a new issue