mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Merge topic 'ctest_custom_versions' into release-3.19
6e7625989c
Help: Fix `.. versionadded` directives for CTEST_CUSTOM_* variables
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5524
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_COVERAGE_EXCLUDE
|
||||
-----------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
A list of regular expressions which will be used to exclude files by their
|
||||
path from coverage output by the :command:`ctest_coverage` command.
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_ERROR_EXCEPTION
|
||||
----------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
A list of regular expressions which will be used to exclude when detecting
|
||||
error messages in build outputs by the :command:`ctest_test` command.
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_ERROR_MATCH
|
||||
------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
A list of regular expressions which will be used to detect error messages in
|
||||
build outputs by the :command:`ctest_test` command.
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_ERROR_POST_CONTEXT
|
||||
-------------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
The number of lines to include as context which follow an error message by the
|
||||
:command:`ctest_test` command. The default is 10.
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_ERROR_PRE_CONTEXT
|
||||
------------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
The number of lines to include as context which precede an error message by
|
||||
the :command:`ctest_test` command. The default is 10.
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE
|
||||
--------------------------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
When saving a failing test's output, this is the maximum size, in bytes, that
|
||||
will be collected by the :command:`ctest_test` command. Defaults to 307200
|
||||
(300 KiB).
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS
|
||||
-------------------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
The maximum number of errors in a single build step which will be detected.
|
||||
After this, the :command:`ctest_test` command will truncate the output.
|
||||
Defaults to 50.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS
|
||||
---------------------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
The maximum number of warnings in a single build step which will be detected.
|
||||
After this, the :command:`ctest_test` command will truncate the output.
|
||||
Defaults to 50.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE
|
||||
--------------------------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
When saving a passing test's output, this is the maximum size, in bytes, that
|
||||
will be collected by the :command:`ctest_test` command. Defaults to 1024
|
||||
(1 KiB).
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_MEMCHECK_IGNORE
|
||||
----------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
A list of regular expressions to use to exclude tests during the
|
||||
:command:`ctest_memcheck` command.
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_POST_MEMCHECK
|
||||
--------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
A list of commands to run at the end of the :command:`ctest_memcheck` command.
|
||||
|
||||
.. include:: CTEST_CUSTOM_XXX.txt
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_POST_TEST
|
||||
----------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
A list of commands to run at the end of the :command:`ctest_test` command.
|
||||
|
||||
.. include:: CTEST_CUSTOM_XXX.txt
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_PRE_MEMCHECK
|
||||
-------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
A list of commands to run at the start of the :command:`ctest_memcheck`
|
||||
command.
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_PRE_TEST
|
||||
----------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
A list of commands to run at the start of the :command:`ctest_test` command.
|
||||
|
||||
.. include:: CTEST_CUSTOM_XXX.txt
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_TESTS_IGNORE
|
||||
-------------------------
|
||||
|
||||
.. versionadded:: 3.14
|
||||
|
||||
A list of regular expressions to use to exclude tests during the
|
||||
:command:`ctest_test` command.
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_WARNING_EXCEPTION
|
||||
------------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
A list of regular expressions which will be used to exclude when detecting
|
||||
warning messages in build outputs by the :command:`ctest_build` command.
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
CTEST_CUSTOM_WARNING_MATCH
|
||||
--------------------------
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
A list of regular expressions which will be used to detect warning messages in
|
||||
build outputs by the :command:`ctest_build` command.
|
||||
|
||||
|
Reference in New Issue
Block a user