diff options
author | Asit Dhal <dhal.asitk@gmail.com> | 2020-12-16 16:14:26 (GMT) |
---|---|---|
committer | Asit Dhal <dhal.asitk@gmail.com> | 2020-12-17 04:01:03 (GMT) |
commit | dbcf86d24d9e0d762e97e3a4b492739f99816c13 (patch) | |
tree | 33514dd1556487d9518f2d122c25d951cd16cedf /Help/manual/ctest.1.rst | |
parent | 0f61fac6f028214d64ef6a407c6b98d4503ee2fe (diff) | |
download | CMake-dbcf86d24d9e0d762e97e3a4b492739f99816c13.zip CMake-dbcf86d24d9e0d762e97e3a4b492739f99816c13.tar.gz CMake-dbcf86d24d9e0d762e97e3a4b492739f99816c13.tar.bz2 |
Ctest: Support build tree on command line
Fixes: #21268
Diffstat (limited to 'Help/manual/ctest.1.rst')
-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. |