Support for TEST_CASE, SCENARIO and TEST_CASE_FIXTURE will be fine for now. Maybe TEST_SUITE and friends as well if they're not too difficult to implement. Parameterized tests will have to wait until I figure out how to handle/map them to ctest testcase names.
https://github.com/doctest/doctest
Support for
TEST_CASE
,SCENARIO
andTEST_CASE_FIXTURE
will be fine for now. MaybeTEST_SUITE
and friends as well if they're not too difficult to implement. Parameterized tests will have to wait until I figure out how to handle/map them to ctest testcase names.