Преглед на файлове

CTestCustom: ignore coverage results from coverage tests

Ben Boeckel преди 2 месеца
родител
ревизия
61aed5e5f2
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      CTestCustom.cmake.in

+ 3 - 0
CTestCustom.cmake.in

@@ -126,6 +126,9 @@ list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
 
   # Exclude Qt source files from coverage results:
   "[A-Za-z]./[Qq]t/qt-.+-opensource-src"
+
+  # Exclude coverage results from coverage test directories.
+  "/Testing/.*Coverage/"
   )
 
 list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE