1
0

ctest-test-load-option.rst 435 B

123456789
  1. ctest-test-load-option
  2. ----------------------
  3. * CTest learned to optionally measure the CPU load during parallel
  4. testing and avoid starting tests that may cause the load to exceed
  5. a given threshold. See the :manual:`ctest(1)` command ``--test-load``
  6. option, the ``TestLoad`` setting of the :ref:`CTest Test Step`,
  7. the :variable:`CTEST_TEST_LOAD` variable, and the ``TEST_LOAD``
  8. option of the :command:`ctest_test` command.