Travis: Add misra test
This commit is contained in:
parent
9c8fc6253a
commit
0ba8885d89
|
@ -92,6 +92,9 @@ script:
|
|||
# check --dump
|
||||
- ./cppcheck test/testpreprocessor.cpp --dump
|
||||
- xmllint --noout test/testpreprocessor.cpp.dump
|
||||
# check addons/misra.py
|
||||
- ./cppcheck --dump addons/misra-test.c
|
||||
- python addons/misra.py -verify addons/misra-test.c.dump
|
||||
# check if Makefile needs to be regenerated
|
||||
- git clean -dfx
|
||||
- make dmake
|
||||
|
|
Loading…
Reference in New Issue