mirror of
https://github.com/reactos/CMake.git
synced 2025-02-18 02:28:05 +00:00
Help: Fix --build-and-test synopsis in ctest(1)
The synopsis added by commit 9d3aa95ca4 (Help: Divide ctest(1) manual options into sections, 2017-11-08, v3.11.0-rc1~359^2~2) is missing the actual `--build-and-test` argument! Add it now.
This commit is contained in:
parent
e6897c72e7
commit
02ba5d57df
@ -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>...]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user