diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2012-05-02 15:51:38 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2012-05-02 15:51:38 (GMT) |
commit | 220afcaf842b9df501b4235df841395878c971e8 (patch) | |
tree | 885f9ebed20e9c62f38e8017f1457f4642caad5e /Tests/MumpsCoverage/.gitattributes | |
parent | 62f6bce7a543a38965bfc2596afcd559e9fb7ee9 (diff) | |
download | CMake-220afcaf842b9df501b4235df841395878c971e8.zip CMake-220afcaf842b9df501b4235df841395878c971e8.tar.gz CMake-220afcaf842b9df501b4235df841395878c971e8.tar.bz2 |
Use <TARGET_FILE> expression to run ctest so it works with Xcode and VS IDE.
Also add -crlf to the .gitconfig to handle the coverage data.
Diffstat (limited to 'Tests/MumpsCoverage/.gitattributes')
-rw-r--r-- | Tests/MumpsCoverage/.gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/MumpsCoverage/.gitattributes b/Tests/MumpsCoverage/.gitattributes index 77a41f8..b680612 100644 --- a/Tests/MumpsCoverage/.gitattributes +++ b/Tests/MumpsCoverage/.gitattributes @@ -1,2 +1,2 @@ -*.cmcov -whitespace -*.mcov -whitespace +*.cmcov -crlf -whitespace +*.mcov -crlf -whitespace |