blob: 84ba12de9667248382aa651d557f57a05fad66f8 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
.. include:: CTEST_CUSTOM_XXX.txt
|