diff options
author | Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> | 2018-08-01 22:32:02 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@constrainttec.com> | 2018-08-05 09:33:28 (GMT) |
commit | 79ba596909012230254a903d9f4b508ca2136bd9 (patch) | |
tree | 3d40d9778c83376d74f5878a74afc078f241e3b2 /Help/dev | |
parent | f0e82ce9a2f50e7ce0b9b95dcf32e47ce9a08369 (diff) | |
download | CMake-79ba596909012230254a903d9f4b508ca2136bd9.zip CMake-79ba596909012230254a903d9f4b508ca2136bd9.tar.gz CMake-79ba596909012230254a903d9f4b508ca2136bd9.tar.bz2 |
Help: Add link to cmake_common.cmake in test process docs
Diffstat (limited to 'Help/dev')
-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 ------------------ |