Merge pull request #175 from matthiaskrgr/htmlreport

mention --help in cppcheck-htmlreport readme & implement 2 tests for it into travis
This commit is contained in:
Daniel Marjamäki 2013-10-07 10:32:48 -07:00
commit 9271286425
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,10 @@ script:
- make
- 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/
- cd ../
notifications:
irc:
channels:

View File

@ -5,3 +5,5 @@ cppcheck.
The utility is implemented in Python and require the pygments module to be
able to generate syntax highlighted source code.
For more information run './cppcheck-htmlreport --help'