https://github.com/philsquared/Catch
Raw File
Tip revision: cfaf75a150a7a823eab443814e33374bab9c870a authored by offa on 20 September 2017, 16:28:33 UTC
Direct link to the single header file updated to latest release (dev.4).
Tip revision: cfaf75a
.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