diff options
author | Brad King <brad.king@kitware.com> | 2023-11-30 18:51:23 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-11-30 18:51:34 (GMT) |
commit | 69f0dd42b063296ab96a3ab61392b36cadab04b8 (patch) | |
tree | 803f6f18940294a2d416cc18b58c8c3ae6e2d5f5 | |
parent | fba2d0b02cc1e6d251079e582b5a869da893887e (diff) | |
parent | 12ae3fa0b6a0c2da3d1bd3c9489291e8d2a2ab1f (diff) | |
download | CMake-69f0dd42b063296ab96a3ab61392b36cadab04b8.zip CMake-69f0dd42b063296ab96a3ab61392b36cadab04b8.tar.gz CMake-69f0dd42b063296ab96a3ab61392b36cadab04b8.tar.bz2 |
Merge topic 'doc-ctest-dir'
12ae3fa0b6 Help: Document that ctest(1) --test-dir was added in 3.20
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9019
-rw-r--r-- | Help/manual/ctest.1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index a5b27b6..9f7c72e 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -354,6 +354,8 @@ Run Tests .. option:: --test-dir <dir> + .. versionadded:: 3.20 + Specify the directory in which to look for tests, typically a CMake project build directory. If not specified, the current directory is used. |