travis: check if cppcheck-htmlreport works with xml2 + --inconclusive output.

This commit is contained in:
Matthias Krüger 2013-10-09 01:51:56 +02:00
parent 9dfb950776
commit d552da76ff
1 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,10 @@ script:
- cd ../
- ./htmlreport/test_htmlreport.py
- cd htmlreport
- ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v1.xml --title "this is a test" --report-dir . --source-dir ../test/
- ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v2.xml --title "this is a test" --report-dir . --source-dir ../test/
- ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v1.xml --title "xml1 test" --report-dir . --source-dir ../test/
- ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v2.xml --title "xml2 test" --report-dir . --source-dir ../test/
- ../cppcheck ../gui/test --enable=all --inconclusive --xml-version=2 2> gui_test.xml
- ./cppcheck-htmlreport --file ./gui_test.xml --title "xml2 + inconclusive test" --report-dir . --source-dir ../gui/test
- cd ../
- mkdir install_test
- make DESTDIR=install_test install