diff options
Diffstat (limited to 'Help/variable/CTEST_CUSTOM_COVERAGE_EXCLUDE.rst')
-rw-r--r-- | Help/variable/CTEST_CUSTOM_COVERAGE_EXCLUDE.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CTEST_CUSTOM_COVERAGE_EXCLUDE.rst b/Help/variable/CTEST_CUSTOM_COVERAGE_EXCLUDE.rst new file mode 100644 index 0000000..d5893c9 --- /dev/null +++ b/Help/variable/CTEST_CUSTOM_COVERAGE_EXCLUDE.rst @@ -0,0 +1,7 @@ +CTEST_CUSTOM_COVERAGE_EXCLUDE +----------------------------- + +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 |