diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-07-11 21:14:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-02 13:33:54 (GMT) |
commit | e9500271a3acdc0d1ee448cae5912f768491f429 (patch) | |
tree | 31fadd6b09989bdcfb79f4551e9bc33c930d4ded /Help/command/ctest_test.rst | |
parent | d1f100a41582fecc05c3e04a87c72de94b0e6316 (diff) | |
download | CMake-e9500271a3acdc0d1ee448cae5912f768491f429.zip CMake-e9500271a3acdc0d1ee448cae5912f768491f429.tar.gz CMake-e9500271a3acdc0d1ee448cae5912f768491f429.tar.bz2 |
Help: Add documentation for CTest hardware allocation
Diffstat (limited to 'Help/command/ctest_test.rst')
-rw-r--r-- | Help/command/ctest_test.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index 4a69491..0a33da3 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -17,6 +17,7 @@ Perform the :ref:`CTest Test Step` as a :ref:`Dashboard Client`. [EXCLUDE_FIXTURE_SETUP <regex>] [EXCLUDE_FIXTURE_CLEANUP <regex>] [PARALLEL_LEVEL <level>] + [HARDWARE_SPEC_FILE <file>] [TEST_LOAD <threshold>] [SCHEDULE_RANDOM <ON|OFF>] [STOP_TIME <time-of-day>] @@ -82,6 +83,11 @@ The options are: Specify a positive number representing the number of tests to be run in parallel. +``HARDWARE_SPEC_FILE <file>`` + Specify a + :ref:`hardware specification file <ctest-hardware-specification-file>`. See + :ref:`ctest-hardware-allocation` for more information. + ``TEST_LOAD <threshold>`` While running tests in parallel, try not to start tests when they may cause the CPU load to pass above a given threshold. If not |