Travis: Add misra test

This commit is contained in:
Daniel Marjamäki 2017-04-14 12:44:24 +02:00
parent 9c8fc6253a
commit 0ba8885d89
1 changed files with 3 additions and 0 deletions

View File

@ -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