summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseJacocoCoverage.h
Commit message (Collapse)AuthorAgeFilesLines
* Source: Stabilize include orderBrad King2016-04-291-1/+0
| | | | | Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them.
* CTest: Add Jacoco Coverage functionalityJoseph Snyder2014-06-121-0/+59
Add the ability to parse the XML output of the Jacoco tool. Jacoco (www.eclemma.org/jacoco) is a Java coverage tool. Add and integrate a class for the parser and include a test which utilizes the new parser.