summaryrefslogtreecommitdiffstats
path: root/Tests/MumpsCoverage
Commit message (Collapse)AuthorAgeFilesLines
* Update test data to match new coverage format.Bill Hoffman2012-05-071-1441/+1441
|
* Use <TARGET_FILE> expression to run ctest so it works with Xcode and VS IDE.Bill Hoffman2012-05-022-10/+2
| | | | Also add -crlf to the .gitconfig to handle the coverage data.
* Use a script to run the test because WORKING_DIRECTORY is not in 2.8.2.Bill Hoffman2012-05-021-0/+8
| | | | | add_test with WORKING_DIRECTORY is too new to use in cmake. This change uses a configured script to run the command in the right directory.
* Add support for Cache coverage.Bill Hoffman2012-05-013-0/+314
| | | | | 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-015-0/+1601
Add a simple test to make sure the GTM mumps coverage is working. Also refactor the code so that cache coverage can be added.