diff options
author | Brad King <brad.king@kitware.com> | 2017-03-07 15:36:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-07 16:05:57 (GMT) |
commit | 2927e437e0f6001270783958b5c3e447339e3cc7 (patch) | |
tree | 1c4b2b6ee72d662783bcd9e9f0885baa3d5ee42f /Help/dev/README.rst | |
parent | b55e19dd1f6a4d679d36ba9f006a10c291f6b5db (diff) | |
download | CMake-2927e437e0f6001270783958b5c3e447339e3cc7.zip CMake-2927e437e0f6001270783958b5c3e447339e3cc7.tar.gz CMake-2927e437e0f6001270783958b5c3e447339e3cc7.tar.bz2 |
Help/dev: Document the CMake Testing Process
Diffstat (limited to 'Help/dev/README.rst')
-rw-r--r-- | Help/dev/README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/dev/README.rst b/Help/dev/README.rst index 21bbe88..0dc512a 100644 --- a/Help/dev/README.rst +++ b/Help/dev/README.rst @@ -23,7 +23,9 @@ branches and tags. Upstream development processes are covered by the following documents: * The `CMake Review Process`_ manages integration of changes. +* The `CMake Testing Process`_ drives integration testing. .. _`Kitware's GitLab Instance`: https://gitlab.kitware.com .. _`CMake Repository`: https://gitlab.kitware.com/cmake/cmake .. _`CMake Review Process`: review.rst +.. _`CMake Testing Process`: testing.rst |