mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
Merge topic 'doc-ctest_test-output-control'
68e1385a5cMerge branch 'backport-3.24-doc-ctest_test-output-control' into doc-ctest_test-output-controlfadc93286aHelp: Add crossrefs to ctest output control optionsde892f3d4eHelp: Add crossrefs to ctest output control options3453e6bd48Merge branch 'backport-3.24-doc-ctest_test-output-control' into doc-ctest_test-output-control8981e88b18Help: Add missing closing quote on C++ example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7595
This commit is contained in:
@@ -175,7 +175,11 @@ The options are:
|
||||
|
||||
See also the :variable:`CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE`,
|
||||
:variable:`CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE` and
|
||||
:variable:`CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION` variables.
|
||||
:variable:`CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION` variables, along with their
|
||||
corresponding :manual:`ctest(1)` command line options
|
||||
:option:`--test-output-size-passed <ctest --test-output-size-passed>`,
|
||||
:option:`--test-output-size-failed <ctest --test-output-size-failed>`, and
|
||||
:option:`--test-output-truncation <ctest --test-output-truncation>`.
|
||||
|
||||
.. _`Additional Test Measurements`:
|
||||
|
||||
@@ -237,7 +241,7 @@ The following example demonstrates how to upload test images to CDash.
|
||||
"/dir/to/valid_img.gif</CTestMeasurementFile>" << std::endl;
|
||||
|
||||
std::cout <<
|
||||
"<CTestMeasurementFile type=\"image/png\" name=\"AlgoResult\"> <<
|
||||
"<CTestMeasurementFile type=\"image/png\" name=\"AlgoResult\">" <<
|
||||
"/dir/to/img.png</CTestMeasurementFile>"
|
||||
<< std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user