diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-10 17:28:19 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-10 17:28:19 (GMT) |
commit | 5d2eb898376adae54a91fe44607d5b59adb5f589 (patch) | |
tree | bc54725256e06ee815508e694cc6c8325949dea6 /config | |
parent | 40b3a8dee9bd7ece6e9e3a2740d804e93c83f589 (diff) | |
download | hdf5-5d2eb898376adae54a91fe44607d5b59adb5f589.zip hdf5-5d2eb898376adae54a91fe44607d5b59adb5f589.tar.gz hdf5-5d2eb898376adae54a91fe44607d5b59adb5f589.tar.bz2 |
[svn-r19753] Added flush2 to list of memcheck ignore - flush2 needs flush1 to generate files
Diffstat (limited to 'config')
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 6d31051..8cc9844 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -15,6 +15,7 @@ SET (CTEST_CUSTOM_WARNING_EXCEPTION SET (CTEST_CUSTOM_MEMCHECK_IGNORE ${CTEST_CUSTOM_MEMCHECK_IGNORE} flush1 + flush2 h5test-clear-objects h5perform-clear-objects hl_test-clear-objects |