diff options
author | scivision <scivision@users.noreply.github.com> | 2023-11-30 00:49:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-30 13:58:44 (GMT) |
commit | 12ae3fa0b6a0c2da3d1bd3c9489291e8d2a2ab1f (patch) | |
tree | 883b09bddfdd1a98f718d4838e97c53ac5080112 /Help/manual/ctest.1.rst | |
parent | 245e111269c4cdb903629e84e9ee148f6e0573f6 (diff) | |
download | CMake-12ae3fa0b6a0c2da3d1bd3c9489291e8d2a2ab1f.zip CMake-12ae3fa0b6a0c2da3d1bd3c9489291e8d2a2ab1f.tar.gz CMake-12ae3fa0b6a0c2da3d1bd3c9489291e8d2a2ab1f.tar.bz2 |
Help: Document that ctest(1) --test-dir was added in 3.20
Diffstat (limited to 'Help/manual/ctest.1.rst')
-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. |