Update scripts to use check-names.py

Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
Darryl Green 2018-05-16 22:32:41 +01:00 committed by Yuto Takano
parent d5802926d9
commit 4e9b51bc18
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ script:
- tests/scripts/recursion.pl library/*.c
- tests/scripts/check-generated-files.sh
- tests/scripts/check-doxy-blocks.pl
- tests/scripts/check-names.sh
- tests/scripts/check-names.py
- tests/scripts/doxygen.sh
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
- make

View File

@ -43,5 +43,5 @@ run_test()
}
run_test ./tests/scripts/check-doxy-blocks.pl
run_test ./tests/scripts/check-names.sh
run_test ./tests/scripts/check-names.py
run_test ./tests/scripts/check-generated-files.sh

View File

@ -415,7 +415,7 @@ tests/scripts/check-doxy-blocks.pl
msg "test/build: declared and exported names" # < 3s
cleanup
tests/scripts/check-names.sh
tests/scripts/check-names.py
msg "test: doxygen warnings" # ~ 3s
cleanup