catch2/tests/ExtraTests
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
..
CMakeLists.txt Provide CTest a hint on test costs (and thus ordering) 2020-02-03 09:07:23 +01:00
ToDo.txt Remove CATCH_CONFIG_DISABLE_MATCHERS 2020-01-25 09:07:36 +01:00
X01-PrefixedMacros.cpp Start using piecemeal includes in test files 2020-01-21 10:03:54 +01:00
X02-DisabledMacros.cpp Piecemeal includes in extra-tests 2020-01-21 15:03:07 +01:00
X03-DisabledExceptions-DefaultHandler.cpp Piecemeal includes in extra-tests 2020-01-21 15:03:07 +01:00
X04-DisabledExceptions-CustomHandler.cpp Piecemeal includes in extra-tests 2020-01-21 15:03:07 +01:00
X10-FallbackStringifier.cpp Piecemeal includes in extra-tests 2020-01-21 15:03:07 +01:00
X11-DisableStringification.cpp Piecemeal includes in extra-tests 2020-01-21 15:03:07 +01:00
X20-BenchmarkingMacros.cpp Piecemeal includes in extra-tests 2020-01-21 15:03:07 +01:00
X90-WindowsHeaderInclusion.cpp Piecemeal includes in extra-tests 2020-01-21 15:03:07 +01:00