1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #1638 from dgreen-arm/check-names-rewrite

Rewrite check-names.sh in python
This commit is contained in:
Gilles Peskine
2021-09-27 12:28:53 +02:00
committed by GitHub
10 changed files with 942 additions and 307 deletions

View File

@@ -841,7 +841,7 @@ component_check_changelog () {
component_check_names () {
msg "Check: declared and exported names (builds the library)" # < 3s
tests/scripts/check-names.sh -v
tests/scripts/check_names.py -v
}
component_check_test_cases () {