From c0eddfb8c8a6ef728878e41247fed682c4c7e475 Mon Sep 17 00:00:00 2001 From: Tyler Yankee Date: Tue, 19 May 2026 11:12:55 -0400 Subject: [PATCH] ctest: Add missing help strings for documented options --- Source/ctest.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 0d66279b4f..8052f0ceb6 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -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 ", + "Manually collect instrumentation data from the specified build " + "directory." }, + { "--", "Forward extra arguments to test executables." }, }; } // anonymous namespace