diff options
author | Brad King <brad.king@kitware.com> | 2015-10-05 14:08:34 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-05 14:08:34 (GMT) |
commit | 3187de20fd9949ab90df4651f5d1ae0d218a9afd (patch) | |
tree | 9cb1efb093b7451b4344460bd01e1dac29b8a1ce /Help/release/dev/ctest-test-load-option.rst | |
parent | 6c25ceb6a841c9d24090f39851e1a89986ab9d4c (diff) | |
parent | 19ce56e2746f3315d0697160f7d5e084ff1ef23d (diff) | |
download | CMake-3187de20fd9949ab90df4651f5d1ae0d218a9afd.zip CMake-3187de20fd9949ab90df4651f5d1ae0d218a9afd.tar.gz CMake-3187de20fd9949ab90df4651f5d1ae0d218a9afd.tar.bz2 |
Merge topic 'doc-3.4-relnotes'
19ce56e2 Help: Organize and revise 3.4 release notes
c922aa18 Help: Consolidate 3.4 release notes
Diffstat (limited to 'Help/release/dev/ctest-test-load-option.rst')
-rw-r--r-- | Help/release/dev/ctest-test-load-option.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Help/release/dev/ctest-test-load-option.rst b/Help/release/dev/ctest-test-load-option.rst deleted file mode 100644 index 069f49a..0000000 --- a/Help/release/dev/ctest-test-load-option.rst +++ /dev/null @@ -1,9 +0,0 @@ -ctest-test-load-option ----------------------- - -* CTest learned to optionally measure the CPU load during parallel - testing and avoid starting tests that may cause the load to exceed - a given threshold. See the :manual:`ctest(1)` command ``--test-load`` - option, the ``TestLoad`` setting of the :ref:`CTest Test Step`, - the :variable:`CTEST_TEST_LOAD` variable, and the ``TEST_LOAD`` - option of the :command:`ctest_test` command. |