summaryrefslogtreecommitdiffstats
path: root/Tests/MumpsCoverage/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* gitattributes: prefer `eol=crlf` to `-crlf`Ben Boeckel2017-08-231-1/+1
| | | | | | The `crlf` attribute is deprecated in Git. This also changes the given files to be in the index using LF newlines, but they will be checked out with CRLF newlines due to the attribute.
* MumpsCoverage: remove unnecessary attributeBen Boeckel2017-08-231-1/+0
| | | | The file has Unix newline endings.
* Use <TARGET_FILE> expression to run ctest so it works with Xcode and VS IDE.Bill Hoffman2012-05-021-2/+2
| | | | Also add -crlf to the .gitconfig to handle the coverage data.
* Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-011-0/+2
Add a simple test to make sure the GTM mumps coverage is working. Also refactor the code so that cache coverage can be added.