hdf5/tools
Albert Cheng 3a316cfc63 [svn-r23917] Bug fix: HDFFV-8392
tools/h5diff/testh5diff.sh is run in every "make check", even after it
has passed in the previous run.
The error was in the previous change made to Makefile.am
when testh5diff.sh.in was created.  The mistake was in the
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) $(srcdir)/testh5diff.sh
$(srcdir)/testh5diff.sh no longer existed. It is now generated in the
current built directory from $(srcdir)/testh5diff.sh.in (which configure
takes care of).

I updated the dependance to
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) testh5diff.sh
and that fixes the error.

Reviewed: HDF5-149

Tested: h5committested.
2013-07-18 00:12:27 -05:00
..
h5copy [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
h5diff [svn-r23917] Bug fix: HDFFV-8392 2013-07-18 00:12:27 -05:00
h5dump [svn-r23862] Change printfs in perform output and h5dump to prevent overflow. 2013-07-03 11:12:32 -05:00
h5import [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
h5jam [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
h5ls [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
h5repack [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
h5stat [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
lib [svn-r23825] Bug HDFFV-8469: C++ comments in C code. 2013-06-26 01:25:44 -05:00
misc [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
testfiles [svn-r23830] HDFFV-8476: Add the optional arg to the help usage text. 2013-06-26 16:28:13 -05:00
CMakeLists.txt [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10 2013-01-14 13:35:30 -05:00
COPYING [svn-r22170] Removed extraneous svn executable properties from non-executable files. 2012-03-28 14:30:59 -05:00
Makefile.am [svn-r23799] HDFFV-8455: moved h5dump in order of subdirs under tools to in front of h5import. 2013-06-20 13:10:07 -05:00
Makefile.in [svn-r23799] HDFFV-8455: moved h5dump in order of subdirs under tools to in front of h5import. 2013-06-20 13:10:07 -05:00