mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 08:40:48 +00:00
ctest: Add missing help strings for documented options
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user