mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Add test script for doxygen warnings
This commit is contained in:
@ -83,6 +83,12 @@ msg "test/build: declared and exported names" # < 3s
|
||||
cleanup
|
||||
tests/scripts/check-names.sh
|
||||
|
||||
if which doxygen >/dev/null; then
|
||||
msg "test: doxygen warnings" # ~ 3s
|
||||
cleanup
|
||||
tests/scripts/doxygen.sh
|
||||
fi
|
||||
|
||||
msg "build: create and build yotta module" # ~ 30s
|
||||
cleanup
|
||||
tests/scripts/yotta-build.sh
|
||||
|
Reference in New Issue
Block a user