catch2/projects/ExtraTests
Martin Hořeňovský 054d356332 Add STATIC_REQUIRE assertion
By default, it expands into a `static_assert` + `SUCCEED` pair, but
it can also be deferred to runtime by defining
`CATCH_CONFIG_RUNTIME_STATIC_REQUIRE`, which causes it to expand
into plain old `REQUIRE`.

Closes #1362
Closes #1356
2018-10-16 16:16:00 +02:00
..
CMakeLists.txt Add ExtraTest for CATCH_CONFIG_DISABLE 2018-09-04 10:06:30 +02:00
ToDo.txt Add tests for CATCH_CONFIG_DISABLE 2018-09-01 17:28:06 +02:00
X01-PrefixedMacros.cpp Add STATIC_REQUIRE assertion 2018-10-16 16:16:00 +02:00
X02-DisabledMacros.cpp Add tests for CATCH_CONFIG_DISABLE 2018-09-01 17:28:06 +02:00
X03-DisabledExceptions-DefaultHandler.cpp Add ExtraTest for CATCH_CONFIG_DISABLE 2018-09-04 10:06:30 +02:00
X04-DisabledExceptions-CustomHandler.cpp Add ExtraTest for CATCH_CONFIG_DISABLE 2018-09-04 10:06:30 +02:00
X10-FallbackStringifier.cpp Add ExtraTests infrastructure 2018-08-28 12:57:20 +02:00
X11-DisableStringification.cpp Add test for CATCH_CONFIG_DISABLE_STRINGIFICATION 2018-08-31 21:27:35 +02:00