mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Rename check-names.py to check_names.py
This is necessary to import check_names from other scripts, which will inevitably happen in the next few commits to implement the equivalent of `list-identifiers.sh --internal`. Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
@ -733,7 +733,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.py -v
|
record_status tests/scripts/check_names.py -v
|
||||||
}
|
}
|
||||||
|
|
||||||
component_check_test_cases () {
|
component_check_test_cases () {
|
||||||
|
Reference in New Issue
Block a user