diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-07-10 19:31:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-07-10 19:31:54 (GMT) |
commit | 59da54f0fd240bad4811df23af2f62d96d9a2f09 (patch) | |
tree | ea706c36091c14c1312eb3f88bdd17df8cb17a2a /config | |
parent | 912daba46405bdee90f58b61aa1c270bea21d65d (diff) | |
download | hdf5-59da54f0fd240bad4811df23af2f62d96d9a2f09.zip hdf5-59da54f0fd240bad4811df23af2f62d96d9a2f09.tar.gz hdf5-59da54f0fd240bad4811df23af2f62d96d9a2f09.tar.bz2 |
[svn-r22547] Remove clear-objects from ignore list (like h5import)
Diffstat (limited to 'config')
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index b0b9b83..6b6acc2 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -37,11 +37,9 @@ SET (CTEST_CUSTOM_MEMCHECK_IGNORE hl_test-clear-objects hl_fortran_test-clear-objects ######### tools/h5copy ######### - H5COPY-clearall-objects H5COPY-clear-refs H5COPY-clear-ext-links H5COPY-clear-misc - H5COPY-clear-samefile ######### tools/h5diff ######### H5DIFF-clearall-objects ######### tools/h5dump ######### @@ -52,7 +50,6 @@ SET (CTEST_CUSTOM_MEMCHECK_IGNORE H5DUMP_PACKED_BITS-clearall-objects H5DUMP-XML-clearall-objects ######### tools/h5import ######### - #H5IMPORT-clear-objects H5IMPORT-ASCII_I32-clear-objects H5IMPORT-ASCII_I16-clear-objects H5IMPORT-ASCII_I8-clear-objects |