diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-08-05 09:36:24 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-08-05 09:36:33 (GMT) |
commit | f41b65375908725aa8a529e35e626bef9d2185f4 (patch) | |
tree | b6344dcc197bf76b16548d8d73c64c0775b8dfb2 | |
parent | 8c403214833798a5fbf0510b4e3e71ca3f674cdc (diff) | |
parent | 79ba596909012230254a903d9f4b508ca2136bd9 (diff) | |
download | CMake-f41b65375908725aa8a529e35e626bef9d2185f4.zip CMake-f41b65375908725aa8a529e35e626bef9d2185f4.tar.gz CMake-f41b65375908725aa8a529e35e626bef9d2185f4.tar.bz2 |
Merge topic 'help-testing-reference-script'
79ba596909 Help: Add link to cmake_common.cmake in test process docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2256
-rw-r--r-- | Help/dev/testing.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/dev/testing.rst b/Help/dev/testing.rst index 1b29acf..23d0ca3 100644 --- a/Help/dev/testing.rst +++ b/Help/dev/testing.rst @@ -26,13 +26,14 @@ commands to set up a new integration testing client: $ git clone https://gitlab.kitware.com/cmake/dashboard-scripts.git CMakeScripts $ cd CMakeScripts -The ``cmake_common.cmake`` script contains comments at the top with +The `cmake_common.cmake`_ script contains comments at the top with instructions to set up a testing client. As it instructs, create a CTest script with local settings and include ``cmake_common.cmake``. .. _`CMake Review Process`: review.rst .. _`CMake CDash Page`: https://open.cdash.org/index.php?project=CMake .. _`CMake Dashboard Scripts Repository`: https://gitlab.kitware.com/cmake/dashboard-scripts +.. _`cmake_common.cmake`: https://gitlab.kitware.com/cmake/dashboard-scripts/blob/master/cmake_common.cmake Nightly Start Time ------------------ |