diff options
author | scivision <scivision@users.noreply.github.com> | 2023-02-17 15:10:05 (GMT) |
---|---|---|
committer | scivision <scivision@users.noreply.github.com> | 2023-02-19 01:22:23 (GMT) |
commit | 6f354a6d573104260b3bc801f7e9a527404280cb (patch) | |
tree | e5e080ffaac2a6d6e3e02766cac87270360d9c66 /Help | |
parent | f0e60ea867f8ac96fd855754b9f71329d36f7e52 (diff) | |
download | CMake-6f354a6d573104260b3bc801f7e9a527404280cb.zip CMake-6f354a6d573104260b3bc801f7e9a527404280cb.tar.gz CMake-6f354a6d573104260b3bc801f7e9a527404280cb.tar.bz2 |
Help: ctest(1): emphasize the --test-dir option
it seems few people know of this option
and needlessly add extra shell commands to change directory.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/ctest.1.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 5e82faa..994ae47 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -11,7 +11,7 @@ Synopsis .. parsed-literal:: `Run Tests`_ - ctest [<options>] + ctest [<options>] [--test-dir <path-to-build>] `Build and Test Mode`_ ctest --build-and-test <path-to-source> <path-to-build> @@ -354,7 +354,8 @@ Run Tests .. option:: --test-dir <dir> - Specify the directory in which to look for tests. + Specify the directory in which to look for tests, typically a CMake project + build directory. If not specified, the current directory is used. .. option:: --test-output-size-passed <size> |