hdf5/tools/h5dump
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
..
errfiles [svn-r22564] HDFFV-8095: index order of links wrong 2012-07-12 10:40:15 -05:00
binread.c
CMakeLists.txt [svn-r22588] HDFFV-721: h5dump supplies input for h5import 2012-07-19 14:53:17 -05:00
h5dump_ddl.c [svn-r22567] HDFFV-7784: add attributes to the list of file contents option for h5dump. This is accomplished by adding an optional value to the option (-n) 2012-07-12 15:30:30 -05:00
h5dump_ddl.h [svn-r21953] HDDFV-7560: h5dump refactoring 2012-02-17 16:41:58 -05:00
h5dump_defines.h [svn-r21985] Tools must call h5tools_init before command_line parsing or using tools_mesg functions. 2012-02-24 16:14:47 -05:00
h5dump_extern.h [svn-r21953] HDDFV-7560: h5dump refactoring 2012-02-17 16:41:58 -05:00
h5dump_xml.c [svn-r22411] reduce compiler warnings by removing unreferenced variables and adding cast 2012-05-25 12:39:07 -05:00
h5dump_xml.h [svn-r21953] HDDFV-7560: h5dump refactoring 2012-02-17 16:41:58 -05:00
h5dump.c [svn-r22581] HDFFV-588: hdump restrictions on filename for split files. Added text and example to usage. 2012-07-16 13:21:05 -05:00
h5dump.h [svn-r21953] HDDFV-7560: h5dump refactoring 2012-02-17 16:41:58 -05:00
h5dumpgentest.c [svn-r22577] Windows compilers require declarations at top of routine. 2012-07-16 10:08:03 -05:00
Makefile.am [svn-r22396] Correct missing clean filenames in h5dump make 2012-05-23 13:15:08 -05:00
Makefile.in [svn-r22390] Break out the packed bits tests into a new script. 2012-05-22 15:34:34 -05:00
testh5dump.sh.in [svn-r22617] Purpose: 2012-08-01 10:37:40 -05:00
testh5dumppbits.sh.in [svn-r22617] Purpose: 2012-08-01 10:37:40 -05:00
testh5dumpxml.sh.in [svn-r22617] Purpose: 2012-08-01 10:37:40 -05:00