catch2/tests
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
..
ExtraTests Add support for Bazel's TESTBRIDGE_TEST_ONLY env var 2022-10-20 21:34:32 +02:00
SelfTest Add parseUInt utility function 2022-10-21 10:53:50 +02:00
TestScripts Tiny fix for testBazelReporter.py 2022-10-20 21:34:35 +02:00
CMakeLists.txt Add parseUInt utility function 2022-10-21 10:53:50 +02:00
meson.build Add parseUInt utility function 2022-10-21 10:53:50 +02:00