summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseGTMCoverage.cxx
Commit message (Collapse)AuthorAgeFilesLines
* CDash now supports lots of files in coverage. So, show all files.Bill Hoffman2012-05-111-6/+0
| | | | | | Prior to this commit the mumps coverage only showed files that had at least one line of coverage. Now 0% covered files are shown as well.
* Change GT.M Coverage Parser globalJoseph Snyder2012-05-071-1/+1
| | | | | | The coverage global should be in the local namespace. This means the global will be ^ZZCOVERAGE instead of ^COVERAGE. Change the parser to look for ^ZZCOVERAGE instead of the old ^COVERAGE
* Add support for Cache coverage.Bill Hoffman2012-05-011-25/+3
| | | | | This adds support for Cache coverage parsing. A test is added that does a basic run of the coverage on a small bit of data.
* Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-011-211/+113
| | | | | Add a simple test to make sure the GTM mumps coverage is working. Also refactor the code so that cache coverage can be added.
* Fix warning about char* instead of const char*.Bill Hoffman2012-04-261-1/+1
|
* Add support to ctest for GTM mumps coverage.Bill Hoffman2012-04-251-0/+398