diff options
author | Brad King <brad.king@kitware.com> | 2019-02-26 12:39:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-26 12:39:11 (GMT) |
commit | 8455e166a9655afa70b34e3b5c9586470041e87c (patch) | |
tree | 143b7a45254e44626f7e9c2a70bc6a1f77853e09 /Help | |
parent | 4d337be994e56558b72a0d3e76fa218be289f226 (diff) | |
parent | 02ba5d57dfbe9172e75e2b831a91941680702383 (diff) | |
download | CMake-8455e166a9655afa70b34e3b5c9586470041e87c.zip CMake-8455e166a9655afa70b34e3b5c9586470041e87c.tar.gz CMake-8455e166a9655afa70b34e3b5c9586470041e87c.tar.bz2 |
Merge branch 'doc-ctest-build-and-test-summary' into release-3.14
Merge-request: !3017
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 bcf75ac..d1bd69b 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -11,8 +11,9 @@ Synopsis .. parsed-literal:: ctest [<options>] - ctest <path-to-source> <path-to-build> --build-generator <generator> - [<options>...] [-- <build-options>...] [--test-command <test>] + ctest --build-and-test <path-to-source> <path-to-build> + --build-generator <generator> [<options>...] + [--build-options <opts>...] [--test-command <command> [<args>...]] ctest {-D <dashboard> | -M <model> -T <action> | -S <script> | -SP <script>} [-- <dashboard-options>...] |