catch2/tests/SelfTest
Martin Hořeňovský d7341b5dc1
Add parseUInt utility function
There is an increasing number of places where Catch2 wants to parse
strings into numbers, but being stuck in C++14 world, we do not
have good stdlib facilities to do this (`strtoul` and `stoul`
are both bad).
2022-10-21 10:53:50 +02:00
..
Baselines Add parseUInt utility function 2022-10-21 10:53:50 +02:00
IntrospectiveTests Add parseUInt utility function 2022-10-21 10:53:50 +02:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
TimingTests Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
UsageTests Fix fibonacci impl in benchmark tests 2022-10-18 10:44:18 +02:00
TestRegistrations.cpp Add --list-listeners option 2022-05-10 20:57:59 +02:00