catch2/projects/SelfTest
Martin Hořeňovský b459bb4c43 Silence GCC's Wunused-function firing in compilation tests
The whole GCC kinda sucks around warnings, this is yet another place
where pragmas manipulating warnings don't work properly and thus a
warning has to be disabled globally... luckily, this time it is
happening in selftest file and thus it isn't too problematic to just
turn that warning of for the entire file.
2017-06-05 16:59:31 +02:00
..
Baselines Rebased approvals 2017-05-05 18:28:04 +01:00
SurrogateCpps Purge deprecated generators 2017-06-05 16:49:10 +02:00
ApproxTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
BDDTests.cpp Fixed inconsistent and trailing whitespace 2017-01-26 23:13:12 +01:00
ClassTests.cpp Stripped trailing whitespace from all source code lines 2015-11-04 18:04:15 +00:00
CmdLineTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
CompilationTests.cpp Silence GCC's Wunused-function firing in compilation tests 2017-06-05 16:59:31 +02:00
ConditionTests.cpp Removed more C++98/03 compatibility 2017-04-25 12:40:52 +01:00
EnumToString.cpp Reworked stringification layer, removed Catch::toString 2017-05-02 23:51:03 +02:00
ExceptionTests.cpp Reworked stringification layer, removed Catch::toString 2017-05-02 23:51:03 +02:00
MatchersTests.cpp Added first vector matchers (Contains and Equals) 2017-02-21 16:05:04 +00:00
MessageTests.cpp Reworked stringification layer, removed Catch::toString 2017-05-02 23:51:03 +02:00
MiscTests.cpp Reworked stringification layer, removed Catch::toString 2017-05-02 23:51:03 +02:00
PartTrackerTests.cpp First cut of -c/—section option for running specific sections 2017-01-23 12:36:03 +00:00
TagAliasTests.cpp Don't introduce Catch::Matchers namespace in macro 2015-11-05 18:10:33 +00:00
TestMain.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
ToStringGeneralTests.cpp Change reporting of CAPTURE'd variables 2017-03-03 14:34:50 +01:00
ToStringPair.cpp Reworked stringification layer, removed Catch::toString 2017-05-02 23:51:03 +02:00
ToStringTuple.cpp Reworked stringification layer, removed Catch::toString 2017-05-02 23:51:03 +02:00
ToStringVector.cpp Reworked stringification layer, removed Catch::toString 2017-05-02 23:51:03 +02:00
ToStringWhich.cpp Move back to static StringMaker<T>::convert 2017-05-21 23:40:05 +02:00
TrickyTests.cpp Disable unreachable code warning for TrickyTests.cpp 2017-05-08 01:26:06 +02:00
VariadicMacrosTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00