diff options
author | Brad King <brad.king@kitware.com> | 2015-07-23 13:22:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-31 13:27:01 (GMT) |
commit | 129640f279259e51fbb0e81a5bec2ec2dfac543e (patch) | |
tree | 7d94923ccfd9b6272e6f5fef45c10c71ff0076f5 /CTestCustom.cmake.in | |
parent | d0915bc86f294707411ae525e70fa20965f1aeec (diff) | |
download | CMake-129640f279259e51fbb0e81a5bec2ec2dfac543e.zip CMake-129640f279259e51fbb0e81a5bec2ec2dfac543e.tar.gz CMake-129640f279259e51fbb0e81a5bec2ec2dfac543e.tar.bz2 |
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.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 7f20d10..f29ac70 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -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 + ) |