Update scripts to use check-names.py
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
parent
d5802926d9
commit
4e9b51bc18
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ script:
|
||||||
- tests/scripts/recursion.pl library/*.c
|
- tests/scripts/recursion.pl library/*.c
|
||||||
- tests/scripts/check-generated-files.sh
|
- tests/scripts/check-generated-files.sh
|
||||||
- tests/scripts/check-doxy-blocks.pl
|
- tests/scripts/check-doxy-blocks.pl
|
||||||
- tests/scripts/check-names.sh
|
- tests/scripts/check-names.py
|
||||||
- tests/scripts/doxygen.sh
|
- tests/scripts/doxygen.sh
|
||||||
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
||||||
- make
|
- make
|
||||||
|
|
|
@ -43,5 +43,5 @@ run_test()
|
||||||
}
|
}
|
||||||
|
|
||||||
run_test ./tests/scripts/check-doxy-blocks.pl
|
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
|
run_test ./tests/scripts/check-generated-files.sh
|
||||||
|
|
|
@ -415,7 +415,7 @@ tests/scripts/check-doxy-blocks.pl
|
||||||
|
|
||||||
msg "test/build: declared and exported names" # < 3s
|
msg "test/build: declared and exported names" # < 3s
|
||||||
cleanup
|
cleanup
|
||||||
tests/scripts/check-names.sh
|
tests/scripts/check-names.py
|
||||||
|
|
||||||
msg "test: doxygen warnings" # ~ 3s
|
msg "test: doxygen warnings" # ~ 3s
|
||||||
cleanup
|
cleanup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue