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:
Yuto Takano 2021-08-09 11:54:12 +01:00
parent 6fececf192
commit 51efcb143d
2 changed files with 1 additions and 1 deletions

View file

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