diff options
author | Brad King <brad.king@kitware.com> | 2017-06-14 19:04:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-14 19:04:19 (GMT) |
commit | 1c5471527e08b3a1c883889024773678741b77d0 (patch) | |
tree | ec2f44ddcf487d9d6e66e64d9d8f0aad5fdd041f /Help | |
parent | 4e3483c0074e07efaffd5269a4b5fb1a38a2bc50 (diff) | |
download | CMake-1c5471527e08b3a1c883889024773678741b77d0.zip CMake-1c5471527e08b3a1c883889024773678741b77d0.tar.gz CMake-1c5471527e08b3a1c883889024773678741b77d0.tar.bz2 |
Tests: Document test directory layout in a README.rst
Cross-reference the CMake Source Code Guide document.
Also drop the outdated `Tests/README` file.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/dev/source.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/dev/source.rst b/Help/dev/source.rst index 0fa8d77..16a9252 100644 --- a/Help/dev/source.rst +++ b/Help/dev/source.rst @@ -93,7 +93,7 @@ The CMake source tree is organized as follows. packagers, etc. * ``Tests/``: - The test suite. + The test suite. See `Tests/README.rst`_. * ``Utilities/``: Scripts, third-party source code. @@ -103,3 +103,5 @@ The CMake source tree is organized as follows. * ``Utilities/Release/``: Scripts used to package CMake itself for distribution on ``cmake.org``. + +.. _`Tests/README.rst`: ../../Tests/README.rst |