summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/Makefile.in
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-07-07 23:12:51 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-07-07 23:12:51 (GMT)
commit5e69ec06ff42f52af5ccfef3855ae0b40c6a6e9a (patch)
tree9fdfdfec1bfd1702a34947be99878570e645fab6 /tools/h5diff/Makefile.in
parent77108909d0498ac5667712c919611cbbdc268585 (diff)
downloadhdf5-5e69ec06ff42f52af5ccfef3855ae0b40c6a6e9a.zip
hdf5-5e69ec06ff42f52af5ccfef3855ae0b40c6a6e9a.tar.gz
hdf5-5e69ec06ff42f52af5ccfef3855ae0b40c6a6e9a.tar.bz2
[svn-r21072] Purpose:
Work for HDFFV-7600 - GMQS: h5diff - argument options -d, -p and --use-system-epsilon should be mutually exclusive. Description: Fixed h5diff to display instructive error message and exit with 1 when mutually exclusive options (-d, -p and --use-system-epsilon) are used together. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
Diffstat (limited to 'tools/h5diff/Makefile.in')
-rw-r--r--tools/h5diff/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in
index 55d7802..196f2cd 100644
--- a/tools/h5diff/Makefile.in
+++ b/tools/h5diff/Makefile.in
@@ -403,7 +403,7 @@ TRACE = perl $(top_srcdir)/bin/trace
# Temporary files. *.h5 are generated by h5diff. They should
# be copied to the testfiles/ directory if update is required
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 expect_sorted \
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 testfiles expect_sorted \
actual_sorted
# Include src and tools/lib directories