Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CDash now supports lots of files in coverage. So, show all files. | Bill Hoffman | 2012-05-11 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Add ability to specify more than one package directory or coverage directory. | Bill Hoffman | 2012-05-02 | 1 | -16/+24 |
| | |||||
* | Add support for Cache coverage. | Bill Hoffman | 2012-05-01 | 1 | -0/+28 |
| | | | | | 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 virutal destructor to silence warning. | Bill Hoffman | 2012-05-01 | 1 | -0/+4 |
| | |||||
* | Add test for mumps coverage. Also refactor code to prepare for cache coverage. | Bill Hoffman | 2012-05-01 | 1 | -0/+125 |
Add a simple test to make sure the GTM mumps coverage is working. Also refactor the code so that cache coverage can be added. |