summaryrefslogtreecommitdiffstats
path: root/tools/h5import/Makefile.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-11-01 21:26:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-11-01 21:26:11 (GMT)
commit08901f283eeb75bef514be2a8ea285475e154e0d (patch)
tree5a2e926b3aae6d96a7c3052e62b21784f7b43ca4 /tools/h5import/Makefile.in
parentd242fd85c4d280a85522bf6ad31e2998d10e1e08 (diff)
downloadhdf5-08901f283eeb75bef514be2a8ea285475e154e0d.zip
hdf5-08901f283eeb75bef514be2a8ea285475e154e0d.tar.gz
hdf5-08901f283eeb75bef514be2a8ea285475e154e0d.tar.bz2
[svn-r24393] Cleanup testfiles from scripts. Update lists of files to be cleaned. CMake update to clean testfiles.
Tested: local cmake, autotools
Diffstat (limited to 'tools/h5import/Makefile.in')
-rw-r--r--tools/h5import/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/h5import/Makefile.in b/tools/h5import/Makefile.in
index 9ad2341..6491c39 100644
--- a/tools/h5import/Makefile.in
+++ b/tools/h5import/Makefile.in
@@ -427,7 +427,9 @@ TRACE = perl $(top_srcdir)/bin/trace
# .chkexe files are used to mark tests that have run successfully.
# .chklog files are output from those tests.
# *.clog are from the MPE option.
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog
+
+# Temporary files from h5importtest
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.bin
# Include src and tools/lib directories
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib