catch2/tests/SelfTest
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
..
Baselines Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00
IntrospectiveTests Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
TimingTests Increase timing window for min duration tests to 1s 2021-02-20 23:09:02 +01:00
UsageTests Apply PR #2297 to devel branch (#2300) 2021-10-21 15:47:21 +02:00
TestRegistrations.cpp Add consistency-checking event listener to SelfTest 2021-09-15 23:38:43 +02:00
WarnAboutNoTests.cmake Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00