summaryrefslogtreecommitdiffstats
path: root/Tests/JacocoCoverage
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Add Jacoco Coverage functionalityJoseph Snyder2014-06-123-0/+61
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.