mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-24 01:43:33 +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/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…
x
Reference in New Issue
Block a user