2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-02-23 16:20:57 +08:00
hdf5/tools/h5diff
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
..
testfiles [svn-r23304] Purpose: 2013-02-18 14:46:03 -05:00
CMakeLists.txt [svn-r23745] HDFFV-8461: Add Windows /MT support 2013-06-10 12:46:48 -05:00
h5diff_common.c
h5diff_common.h
h5diff_main.c [svn-r23811] Remove unused label 2013-06-24 15:01:24 -05:00
h5diffgentest.c
Makefile.am [svn-r23917] Bug fix: HDFFV-8392 2013-07-18 00:12:27 -05:00
Makefile.in [svn-r23917] Bug fix: HDFFV-8392 2013-07-18 00:12:27 -05:00
ph5diff_main.c [svn-r23469] Description: 2013-03-27 13:11:55 -05:00
testh5diff.sh.in
testph5diff.sh.in