ctest: Add missing help strings for documented options

This commit is contained in:
Tyler Yankee
2026-05-19 11:12:55 -04:00
parent 2f3de9e2f3
commit c0eddfb8c8

View File

@@ -168,7 +168,11 @@ cmDocumentationEntry const cmDocumentationOptions[] = {
{ "--no-compress-output", "Do not compress test output when submitting." },
{ "--print-labels", "Print all available test labels." },
{ "--no-tests=<[error|ignore]>",
"Regard no tests found either as 'error' or 'ignore' it." }
"Regard no tests found either as 'error' or 'ignore' it." },
{ "--collect-instrumentation <build>",
"Manually collect instrumentation data from the specified build "
"directory." },
{ "--", "Forward extra arguments to test executables." },
};
} // anonymous namespace