mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
3087e19cc7
This greatly simplifies running Catch2 tests in single binary in parallel from external test runners. Instead of having to shard the tests by tags/test names, an external test runner can now just ask for test shard 2 (out of X), and execute that in single process, without having to know what tests are actually in the shard. Note that sharding also applies to test listing, and happens after tests were ordered according to the `--order` feature. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ToDo.txt | ||
X01-PrefixedMacros.cpp | ||
X02-DisabledMacros.cpp | ||
X03-DisabledExceptions-DefaultHandler.cpp | ||
X04-DisabledExceptions-CustomHandler.cpp | ||
X10-FallbackStringifier.cpp | ||
X11-DisableStringification.cpp | ||
X12-CustomDebugBreakMacro.cpp | ||
X21-PartialTestCaseEvents.cpp | ||
X31-DuplicatedTestCases.cpp | ||
X32-DuplicatedTestCasesDifferentTags.cpp | ||
X33-DuplicatedTestCaseMethods.cpp | ||
X34-DuplicatedTestCaseMethodsDifferentFixtures.cpp | ||
X90-WindowsHeaderInclusion.cpp | ||
X91-AmalgamatedCatch.cpp |