mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-22 13:20:50 +00:00
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
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user