summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/Makefile.am
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2019-05-31 22:24:26 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2019-05-31 22:24:26 (GMT)
commitad2a7f47896cf636b42fbc73b96781b2d5200f56 (patch)
treeaa26349968b764368cf1976608f1da1d88752767 /tools/test/h5repack/Makefile.am
parentcb6029196af9a960872c627db53fcbc4cf89d923 (diff)
downloadhdf5-ad2a7f47896cf636b42fbc73b96781b2d5200f56.zip
hdf5-ad2a7f47896cf636b42fbc73b96781b2d5200f56.tar.gz
hdf5-ad2a7f47896cf636b42fbc73b96781b2d5200f56.tar.bz2
First pass at repack consolidating external storage if layout given.
Checks out manually, tests still complain.
Diffstat (limited to 'tools/test/h5repack/Makefile.am')
-rw-r--r--tools/test/h5repack/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test/h5repack/Makefile.am b/tools/test/h5repack/Makefile.am
index ff950e4..38f7b2f 100644
--- a/tools/test/h5repack/Makefile.am
+++ b/tools/test/h5repack/Makefile.am
@@ -59,7 +59,8 @@ endif
# Temporary files. *.h5 are generated by h5repack. They should
# copied to the testfiles/ directory if update is required.
-CHECK_CLEANFILES+=*.h5 *.bin testfiles/h5diff_attr1.h5 testfiles/tfamily*.h5
+# *.dat files may be created by h5repackgentest.
+CHECK_CLEANFILES+=*.h5 *.dat *.bin testfiles/h5diff_attr1.h5 testfiles/tfamily*.h5
DISTCLEANFILES=h5repack.sh h5repack_plugin.sh
include $(top_srcdir)/config/conclude.am