hdf5/tools/h5copy
Jonathan Kim 840ad09105 [svn-r22617] Purpose:
Fix for HDFFV-8107 testh5diff will fail if build/test in HDF5 source tree

Description:
  This is sub-task for "HDFFV-8105 testh5diff.sh uses the wrong operator (-a) in an if statement."
  From the HDFFV-8105's update, h5diff test failed if build&test is performed in HDF5 source tree because 'cp' try to copy test files to self dir. 
  It's addressed by skipping if cp's src dir and dest dir is same.
  Also this applied for all other tools under src/tools dir.
  No change to the CMakeLists.txt files because CMake cautions/demands that in-source builds be avoided.

  
Tested: 
 jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), some manual tests as well
2012-08-01 10:37:40 -05:00
..
testfiles [svn-r22444] (1) fix for making MEM_GHEAP as MEM_DRAW 2012-06-07 11:04:56 -05:00
CMakeLists.txt [svn-r22479] Remove subfolder tools from install command 2012-06-20 09:43:02 -05:00
h5copy.c [svn-r22004] Reduced warnings and fixed conflicts resulting from including h5tools.h 2012-02-28 13:26:34 -05:00
h5copygentest.c [svn-r21987] Remove unnecessary dependancies on tools library for h5 file gentests. 2012-02-27 09:42:48 -05:00
Makefile.am [svn-r17616] Purpose: 2009-10-08 10:17:30 -05:00
Makefile.in [svn-r21249] Description: Part II of F2003 branch merge into the trunk. 2011-08-18 09:38:53 -05:00
testh5copy.sh [svn-r22617] Purpose: 2012-08-01 10:37:40 -05:00