https://github.com/philsquared/Catch
Raw File
Tip revision: 921ad290bd1f3319f4e1dcf0726d2b3c6ccd1bc8 authored by Anton Rapetov on 09 March 2016, 12:52:37 UTC
Support closure in REGISTER_TEST_CASE macros.
Tip revision: 921ad29
.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