diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-07-10 18:36:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-07-10 18:36:01 (GMT) |
commit | a7f482142e9c6031cb54dae58ef7e193a5ece1ca (patch) | |
tree | ab2c84f8ee791d1e10cc06edba631adace0cbafc | |
parent | 87fe8971ed82bf82b74ff91c3f77b0eb02848ed6 (diff) | |
download | hdf5-a7f482142e9c6031cb54dae58ef7e193a5ece1ca.zip hdf5-a7f482142e9c6031cb54dae58ef7e193a5ece1ca.tar.gz hdf5-a7f482142e9c6031cb54dae58ef7e193a5ece1ca.tar.bz2 |
[svn-r22545] Enable H5IMPORT-clear-objects for valgrind
Tested: local linux
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 5537195..b0b9b83 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -52,7 +52,7 @@ SET (CTEST_CUSTOM_MEMCHECK_IGNORE H5DUMP_PACKED_BITS-clearall-objects H5DUMP-XML-clearall-objects ######### tools/h5import ######### - H5IMPORT-clear-objects + #H5IMPORT-clear-objects H5IMPORT-ASCII_I32-clear-objects H5IMPORT-ASCII_I16-clear-objects H5IMPORT-ASCII_I8-clear-objects |