https://github.com/philsquared/Catch
Raw File
Tip revision: 81fc6d71112e8e6a3dc4a78fbaeac5b89674f786 authored by Jamie Bullock on 07 November 2014, 11:37:27 UTC
Remove missing catch_self_test.cpp, fixes #348
Tip revision: 81fc6d7
.gitattributes
# This sets the default behaviour, overriding core.autocrlf
* text=auto

# All source files should have unix line-endings in the repository,
# but convert to native line-endings on checkout
*.cpp text
*.h text
*.hpp text

# Windows specific files should retain windows line-endings
*.sln text eol=crlf
back to top