diff options
author | Brad King <brad.king@kitware.com> | 2020-12-21 15:04:53 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-12-21 15:04:58 (GMT) |
commit | 05a59f37abd982b249f8cad648640c3394acc98a (patch) | |
tree | 249850c00769c77698389126a07df6f2401c6f67 /Help/manual | |
parent | f5e9aedb5acea8bd19c941db8eaeecc9e2233cbd (diff) | |
parent | dbcf86d24d9e0d762e97e3a4b492739f99816c13 (diff) | |
download | CMake-05a59f37abd982b249f8cad648640c3394acc98a.zip CMake-05a59f37abd982b249f8cad648640c3394acc98a.tar.gz CMake-05a59f37abd982b249f8cad648640c3394acc98a.tar.bz2 |
Merge topic 'ctest-test-dir'
dbcf86d24d Ctest: Support build tree on command line
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5623
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/ctest.1.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 00df24b..16afcec 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -324,6 +324,9 @@ Options ``--build-and-test`` See `Build and Test Mode`_. +``--test-dir <dir>`` +Specify the directory in which to look for tests. + ``--test-output-size-passed <size>`` Limit the output for passed tests to ``<size>`` bytes. |