catch2/projects/SelfTest
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
..
Baselines Add STATIC_REQUIRE assertion 2018-10-16 16:16:00 +02:00
CompileTimePerfTests Added files for multiply inclusions of test cases 2017-11-17 15:46:57 +00:00
IntrospectiveTests First attempt at data generator support 2018-08-24 13:31:51 +02:00
SurrogateCpps Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
UsageTests Add STATIC_REQUIRE assertion 2018-10-16 16:16:00 +02:00
TestMain.cpp Remove unnecessary semicolons 2018-02-05 10:03:51 +01:00