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:
commit
9271286425
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue