diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-08-19 04:15:28 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-08-19 04:47:01 (GMT) |
commit | fadc93286aca009a469d182fb01a83bf3bb82343 (patch) | |
tree | 1d9d3cf1276e3b03019af36cb44249e99f9f76ca | |
parent | 8981e88b18f106366c3dd18c5182fb1d95cba4d6 (diff) | |
download | CMake-fadc93286aca009a469d182fb01a83bf3bb82343.zip CMake-fadc93286aca009a469d182fb01a83bf3bb82343.tar.gz CMake-fadc93286aca009a469d182fb01a83bf3bb82343.tar.bz2 |
Help: Add crossrefs to ctest output control options
-rw-r--r-- | Help/command/ctest_test.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index 3bd8655..65f82d7 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -174,7 +174,10 @@ 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 +``--test-output-size-passed``, ``--test-output-size-failed``, and +``--test-output-truncation``. .. _`Additional Test Measurements`: |