CTestCustom: Ignore kwsys.testProcess-10 for MemCheck as KWSys does

The test covers exceptional behavior that leaks memory, so ignore it for
dynamic analysis runs.
This commit is contained in:
Brad King 2015-07-23 09:22:25 -04:00
parent d0915bc86f
commit 129640f279
1 changed files with 4 additions and 0 deletions

View File

@ -109,3 +109,7 @@ set(CTEST_CUSTOM_COVERAGE_EXCLUDE
# Exclude Qt source files from coverage results:
"[A-Za-z]./[Qq]t/qt-.+-opensource-src"
)
list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
kwsys.testProcess-10 # See Source/kwsys/CTestCustom.cmake.in
)