diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/CTestCustom.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index a1cbb0c..481873e 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -49,6 +49,8 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE H5DUMP_PACKED_BITS-clearall-objects H5DUMP-XML-clearall-objects H5DUMP_VDS-clearall-objects + ######### tools/h5format_convert ######### + H5FC-clearall-objects ######### tools/h5import ######### H5IMPORT-h5importtest-clear-objects H5IMPORT-clear-objects @@ -185,6 +187,7 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE H5JAM-NONE_COPY-ta_u513 ######### tools/h5ls ######### H5LS-clearall-objects + H5LS_VDS-clearall-objects ######### tools/h5repack ######### H5REPACK-clearall-objects H5REPACK-gzip_verbose_filters #uses runTest.cmake |