summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-03-09 15:26:20 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-03-09 15:26:20 (GMT)
commit6dd040b2717ff3afc66b9ffebb4cc679533b37b8 (patch)
tree12770a4f0f37f64d8706f196cb044b3d548445c6 /config/cmake
parent8b8637d014f76f33b6e1c07a3fa5200dfe4fa200 (diff)
downloadhdf5-6dd040b2717ff3afc66b9ffebb4cc679533b37b8.zip
hdf5-6dd040b2717ff3afc66b9ffebb4cc679533b37b8.tar.gz
hdf5-6dd040b2717ff3afc66b9ffebb4cc679533b37b8.tar.bz2
[svn-r20210] Purpose:
Fix Bug 2120 - h5copy: improve to copy an object into same HDF file Description: Merged from HDF5 trunk r20203. Before the fix users can't copy an object (dataset or group) with different name if input file (-i) and output file (-o) is same. This feature would be useful to clone any object with different name and reuse contents. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), Cmake (jam)
Diffstat (limited to 'config/cmake')
-rwxr-xr-xconfig/cmake/CTestCustom.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index 83865c5..0dd0955 100755
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -42,6 +42,10 @@ SET (CTEST_CUSTOM_MEMCHECK_IGNORE
H5COPY-H5LS_h5copy_extlinks_src-links #uses runTest.cmake
H5COPY-clear-misc
H5COPY-CMP-h5copy_misc1 #uses runTest.cmake
+ H5COPY-samefile1_pre #needs clear-ext-links
+ H5COPY-samefile2_pre #needs clear-ext-links
+ H5COPY-samefile1 #needs clear-ext-links
+ H5COPY-samefile2 #needs clear-ext-links
######### tools/h5diff #########
H5DIFF-clearall-objects
# H5DIFF-h5diff_10 #uses runTest.cmake