diff options
author | Brad King <brad.king@kitware.com> | 2024-05-31 18:54:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-06-05 16:58:47 (GMT) |
commit | 8a688e556e0068f75f232576ccca7cec74e668a3 (patch) | |
tree | 3a1baf04546722eb2014e8af3641feb1e3c37110 /Tests/RunCMake | |
parent | 7cc124d4b55aea0cd6f2439669f30c019d611d92 (diff) | |
download | CMake-8a688e556e0068f75f232576ccca7cec74e668a3.zip CMake-8a688e556e0068f75f232576ccca7cec74e668a3.tar.gz CMake-8a688e556e0068f75f232576ccca7cec74e668a3.tar.bz2 |
Help/dev: Add a CMake Testing Guide
Document how developers working on CMake itself may run the test suite
locally.
Fixes: #26001
Diffstat (limited to 'Tests/RunCMake')
-rw-r--r-- | Tests/RunCMake/README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/RunCMake/README.rst b/Tests/RunCMake/README.rst index ea6db54..f4bcc57 100644 --- a/Tests/RunCMake/README.rst +++ b/Tests/RunCMake/README.rst @@ -6,9 +6,11 @@ precisely checking their return code and stdout/stderr content. The RunCMake infrastructure is useful for testing error cases and diagnostic output. -See also `../README.rst`_ and the `CMake Source Code Guide`_. +See also `../README.rst`_, the `CMake Testing Guide`_, +and the `CMake Source Code Guide`_. .. _`../README.rst`: ../README.rst +.. _`CMake Testing Guide`: ../../Help/dev/testing.rst .. _`CMake Source Code Guide`: ../../Help/dev/source.rst .. _`CMakeLists.txt`: CMakeLists.txt |