travis: run cppcheck-htmlreport on 2 xml files as test.

This commit is contained in:
Matthias Krüger 2013-10-07 16:15:21 +02:00
parent f324a1a736
commit 717680fdd9
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ script:
- sudo apt-get update
- sudo apt-get install python-pygments
- ./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/
- cd ../
notifications:
irc:
channels: