ctest
ctest copied to clipboard
RUN_TEST_SUITE improvements
Would be awesome if the RUN_TEST_SUITE macro would:
- either be a rvalue (and return failedTestCount)
- either take a size_t*, because it is immediately un-obvious that failedTestCount is actually written by the macro.