mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Help: State behavior when test args are given in preset and command line
The test presets description for the testPassthroughArguments field already states the behavior, but it was missing from the ctest -- <test-args> documentation.
This commit is contained in:
@@ -586,6 +586,10 @@ The options for running tests are:
|
||||
|
||||
A bare ``--`` with no following arguments is silently ignored.
|
||||
|
||||
When both ``<test-args>`` and
|
||||
:preset:`testPresets.execution.testPassthroughArguments` are provided,
|
||||
the test preset arguments will appear first, followed by the ``<test-args>``.
|
||||
|
||||
View Help
|
||||
=========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user