Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix DelphiCoverage test file selection | Joseph Snyder | 2015-10-20 | 1 | -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/Delphi | Joseph Snyder | 2014-10-21 | 3 | -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. |