trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

use catch_discover_test to define tests

Open cmcfarlen opened this issue 1 month ago • 0 comments

This changes the ctest test definitions to be each TEST_CASE or SCENARIO macro instead of each test executable.

It requires some changes to tests to work since it will run more tests in parallel, so it might not be a good fit for us. It does tell you which test failed, rather than which executable, and it enables some tooling to run individual tests.

cmcfarlen avatar Nov 25 '25 02:11 cmcfarlen