catch2/tests
Martin Hořeňovský a51fd07bd0
Add helper for parsing the new reporter specs
The new reporter spec generalizes key-value options that can be
passed to the reporter, looking like this
`reporterName[::key=value]*`. A key can be either Catch2-recognized,
which currently means either `out` or `colour`, or reporter-specific
which is anything prefixed with `X`, e.g. `Xfoo`.
2022-04-05 15:45:54 +02:00
..
ExtraTests Event listeners no longer take reporter config in constructor 2022-03-18 00:36:18 +01:00
SelfTest Add helper for parsing the new reporter specs 2022-04-05 15:45:54 +02:00
TestScripts Add tests for CMake configure toggles passing to Catch2 build 2022-02-20 19:32:30 +01:00
CMakeLists.txt Add splitReporterSpec helper 2022-04-05 12:57:33 +02:00