catch2/tests
Martin Hořeňovský a3ffc20f57
Provide CTest a hint on test costs (and thus ordering)
When running tests in parallel, CTest runs the tests in decreasing
order of cost (time required), to get the largest speed up from
parallelism. However, the initial cost estimates for all tests are
0, and they are only updated after a test run. This works on a dev
machine, where the tests are ran over and over again, because
eventually the estimates become quite precise, but CI always does
a clean build with 0 estimates.

Because we have 2 slow tests, we want them to run first to avoid
losing parallelism. To do this, we provide them with a cost estimate
manually.
2020-02-03 09:07:23 +01:00
..
ExtraTests Provide CTest a hint on test costs (and thus ordering) 2020-02-03 09:07:23 +01:00
SelfTest Add all in-repo reporters to approval tests 2020-02-02 15:04:19 +01:00
XCode/OCTest Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
CMakeLists.txt Provide CTest a hint on test costs (and thus ordering) 2020-02-03 09:07:23 +01:00