Switch to the new Python implementation of check-names

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-09-27 20:13:00 +02:00
parent d47f636a19
commit 31da67beb7

View File

@ -706,7 +706,7 @@ component_check_changelog () {
component_check_names () {
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 () {