diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-02-11 14:56:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-02-11 14:56:14 (GMT) |
commit | 742894ce88b127d38dbaf91a3c8ad1c0f01f9b01 (patch) | |
tree | 66929abaac1bb1682769d993229c40635e7b70d0 | |
parent | 648a21473f078697630b4cbde43da68bb97be277 (diff) | |
download | hdf5-742894ce88b127d38dbaf91a3c8ad1c0f01f9b01.zip hdf5-742894ce88b127d38dbaf91a3c8ad1c0f01f9b01.tar.gz hdf5-742894ce88b127d38dbaf91a3c8ad1c0f01f9b01.tar.bz2 |
Add new cmake copy file tests to ignore
-rw-r--r-- | config/cmake/CTestCustom.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 27eaa56..2333f67 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -64,11 +64,19 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE CPP_testhdf5-clear-objects ######### tools/h5clear ######### H5CLEAR-clearall-objects + H5CLEAR-copy_h5clear_fsm_persist_equal.h5 + H5CLEAR-copy_h5clear_fsm_persist_greater.h5 + H5CLEAR-copy_h5clear_fsm_persist_less.h5 + H5CLEAR-copy_h5clear_fsm_persist_noclose.h5 + H5CLEAR-copy_h5clear_fsm_persist_user_equal.h5 + H5CLEAR-copy_h5clear_fsm_persist_user_greater.h5 + H5CLEAR-copy_h5clear_fsm_persist_user_less.h5 H5CLEAR-copy_h5clear_log_v3.h5 H5CLEAR-copy_h5clear_mdc_image.h5 H5CLEAR-copy_h5clear_sec2_v0.h5 H5CLEAR-copy_h5clear_sec2_v2.h5 H5CLEAR-copy_h5clear_sec2_v3.h5 + H5CLEAR-copy_h5clear_status_noclear.h5 H5CLEAR-copy_latest_h5clear_log_v3.h5 H5CLEAR-copy_latest_h5clear_sec2_v3.h5 H5CLEAR-copy_mod_h5clear_mdc_image.h5 |