summaryrefslogtreecommitdiffstats
path: root/Tests/DelphiCoverage
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix DelphiCoverage test file selectionJoseph Snyder2015-10-201-0/+0
| | | | | | The HTML file for the Delphi Code coverage was being found by the Dashboard coverage run of CMake itself. Switch it to be a configured file to eliminate this extra reading.
* CTest: Add code coverage parser for Pascal/DelphiJoseph Snyder2014-10-213-0/+200
Add a class to parse the HTML output of the Delphi-code-coverage tool http://code.google.com/p/delphi-code-coverage/ Add a test for the new parser.