diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-07-11 14:00:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-07-11 14:00:30 (GMT) |
commit | b3342de47ad9d873ee4ab452c4d0dd694bd5d26d (patch) | |
tree | e69f33790b0ae21adc17d824e0ed61353de9ed83 /config | |
parent | d5d41984f80985197e01368b49d090198a386cc9 (diff) | |
download | hdf5-b3342de47ad9d873ee4ab452c4d0dd694bd5d26d.zip hdf5-b3342de47ad9d873ee4ab452c4d0dd694bd5d26d.tar.gz hdf5-b3342de47ad9d873ee4ab452c4d0dd694bd5d26d.tar.bz2 |
[svn-r21086] Add new clear-objects tests to valgrind ignore list
Diffstat (limited to 'config')
-rwxr-xr-x | 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 b687051..701fff5 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -20,7 +20,15 @@ SET (CTEST_CUSTOM_MEMCHECK_IGNORE error_test #uses runTest.cmake err_compat #uses runTest.cmake links_env #uses runTest.cmake + h5test-clear-testhdf5-objects h5test-clear-objects + h5test-clear-cache-objects + h5test-clear-cache_api-objects + h5test-clear-cache_tagging-objects + h5test-clear-ttsafe-objects + h5test-clear-err_compat-objects + h5test-clear-error_test-objects + h5test-clear-links_env-objects h5perform-clear-objects hl_test-clear-objects hl_fortran_test-clear-objects |