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:
Craig Scott
2026-06-08 20:21:25 +10:00
parent 57469d1fad
commit 3153049509
+4
View File
@@ -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
=========