catch2/tests
Ben Dunkin 3087e19cc7 Allow test sharding for e.g. Bazel test sharding feature
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.
2021-10-27 17:24:30 +02:00
..
ExtraTests Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00
SelfTest Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00
TestScripts Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00
CMakeLists.txt Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00