diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 15:14:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 15:14:31 (GMT) |
commit | b96f0bc9ed9212ad0f9248a701ebce59ee8e14fa (patch) | |
tree | a2e7e02237097506d376c70bf7aee8cd65620416 /config/cmake | |
parent | c694644ce9aa5ab61f7e7001110f3e0fbdab2404 (diff) | |
download | hdf5-b96f0bc9ed9212ad0f9248a701ebce59ee8e14fa.zip hdf5-b96f0bc9ed9212ad0f9248a701ebce59ee8e14fa.tar.gz hdf5-b96f0bc9ed9212ad0f9248a701ebce59ee8e14fa.tar.bz2 |
Add new file to ignore
Diffstat (limited to 'config/cmake')
-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 |