Add test script for doxygen warnings
This commit is contained in:
parent
b873f7ac98
commit
1d552e7583
2 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue