diff options
author | Brad King <brad.king@kitware.com> | 2020-04-06 12:26:30 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-04-06 12:26:40 (GMT) |
commit | 2b9e3abcb5f55fa74ff50979176545da6c56e368 (patch) | |
tree | 1aed957434ad3b3656c40f837f3b7b6cb14841ff /Help/manual | |
parent | 0bc64c450c2fa485e5f1a5a7fea3efec97c84a3f (diff) | |
parent | 060d2ce26914e7a5ff6632869556f3c67d88940c (diff) | |
download | CMake-2b9e3abcb5f55fa74ff50979176545da6c56e368.zip CMake-2b9e3abcb5f55fa74ff50979176545da6c56e368.tar.gz CMake-2b9e3abcb5f55fa74ff50979176545da6c56e368.tar.bz2 |
Merge topic 'ctest-resource-file-cache'
060d2ce269 CTest: Add CTEST_RESOURCE_SPEC_FILE variable
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4564
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 1 | ||||
-rw-r--r-- | Help/manual/ctest.1.rst | 8 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index 62c301c..1642772 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -623,6 +623,7 @@ Variables for CTest /variable/CTEST_P4_COMMAND /variable/CTEST_P4_OPTIONS /variable/CTEST_P4_UPDATE_OPTIONS + /variable/CTEST_RESOURCE_SPEC_FILE /variable/CTEST_RUN_CURRENT_SCRIPT /variable/CTEST_SCP_COMMAND /variable/CTEST_SITE diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 6503f0e..f2033b7 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -994,8 +994,12 @@ Configuration settings include: ``ResourceSpecFile`` Specify a - :ref:`resource specification file <ctest-resource-specification-file>`. See - :ref:`ctest-resource-allocation` for more information. + :ref:`resource specification file <ctest-resource-specification-file>`. + + * `CTest Script`_ variable: :variable:`CTEST_RESOURCE_SPEC_FILE` + * :module:`CTest` module variable: ``CTEST_RESOURCE_SPEC_FILE`` + + See :ref:`ctest-resource-allocation` for more information. ``LabelsForSubprojects`` Specify a semicolon-separated list of labels that will be treated as |