https://github.com/philsquared/Catch
Revision 558bbe7d24a89bf11a0f57a86c733e28840c4d6f authored by Martin Moene on 29 November 2017, 20:22:38 UTC, committed by Martin Hořeňovský on 27 September 2018, 21:20:02 UTC
Prevent warnings
- gnu: -Wcomment: multi-line comment
- clang: -Wweak-vtables 'class' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit
- clang: -Winconsistent-missing-override: 'method' overrides a member function but is not marked 'override'
- MSVC: C4702: unreachable code
1 parent f4881f1
History
Tip revision: 558bbe7d24a89bf11a0f57a86c733e28840c4d6f authored by Martin Moene on 29 November 2017, 20:22:38 UTC
Add example for TeamCity reporter and refer to it
Tip revision: 558bbe7
File Mode Size
.github
CMake
artwork
contrib
docs
examples
include
misc
projects
scripts
single_include
test_package
third_party
.gitattributes -rw-r--r-- 613 bytes
.gitignore -rw-r--r-- 478 bytes
.travis.yml -rw-r--r-- 7.5 KB
CMakeLists.txt -rw-r--r-- 5.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE.txt -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 2.2 KB
appveyor.yml -rw-r--r-- 2.5 KB
codecov.yml -rw-r--r-- 400 bytes
conanfile.py -rw-r--r-- 1008 bytes

README.md

back to top