diff options
author | Brad King <brad.king@kitware.com> | 2019-02-26 15:43:16 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-26 15:43:25 (GMT) |
commit | 406e6efb394d416668e62f05eee9f0abed90ca2d (patch) | |
tree | c53ed96fb2bd019811b6a56b612413fae6e1b1eb /Help | |
parent | 30fc5ecf239d4900d8131b7c0933ff4a1d57be80 (diff) | |
parent | 02ba5d57dfbe9172e75e2b831a91941680702383 (diff) | |
download | CMake-406e6efb394d416668e62f05eee9f0abed90ca2d.zip CMake-406e6efb394d416668e62f05eee9f0abed90ca2d.tar.gz CMake-406e6efb394d416668e62f05eee9f0abed90ca2d.tar.bz2 |
Merge topic 'doc-ctest-build-and-test-summary'
02ba5d57df Help: Fix --build-and-test synopsis in ctest(1)
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Bartosz <gang65@poczta.onet.pl>
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>...] |