diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-08-19 04:14:50 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-08-19 04:45:36 (GMT) |
commit | de892f3d4eb3f26763d3ffb05b30532510aba4a1 (patch) | |
tree | c6aabb8466475ea684ac7d8f51a04883379add5b /Help/command | |
parent | 3453e6bd480c67c4a9cb3275c4dc982aa07b8155 (diff) | |
download | CMake-de892f3d4eb3f26763d3ffb05b30532510aba4a1.zip CMake-de892f3d4eb3f26763d3ffb05b30532510aba4a1.tar.gz CMake-de892f3d4eb3f26763d3ffb05b30532510aba4a1.tar.bz2 |
Help: Add crossrefs to ctest output control options
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_test.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index dcdd033..4f9f891 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -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`: |