summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-21 18:44:03 (GMT)
committerGitHub <noreply@github.com>2023-10-21 18:44:03 (GMT)
commit7843db55ff046ba2d044647add5f1861bfdd33bc (patch)
tree5d77de58730db86a5ad420b91d6603379b784230
parent98b5779ea54edd011d1d3197117ed0571ec7ad6c (diff)
downloadhdf5-7843db55ff046ba2d044647add5f1861bfdd33bc.zip
hdf5-7843db55ff046ba2d044647add5f1861bfdd33bc.tar.gz
hdf5-7843db55ff046ba2d044647add5f1861bfdd33bc.tar.bz2
Clean up onion VFD files in tools `make clean` (#3739)
Cleans up h5dump and h5diff *.onion files in the Autotools when runing `make clean`.
-rw-r--r--tools/test/h5diff/Makefile.am3
-rw-r--r--tools/test/h5dump/Makefile.am2
2 files changed, 2 insertions, 3 deletions
diff --git a/tools/test/h5diff/Makefile.am b/tools/test/h5diff/Makefile.am
index b561d72..f920afa 100644
--- a/tools/test/h5diff/Makefile.am
+++ b/tools/test/h5diff/Makefile.am
@@ -60,8 +60,7 @@ endif
# Temporary files. *.h5 are generated by h5diff. They should
# be copied to the testfiles/ directory if update is required
-CHECK_CLEANFILES+=*.h5 expect_sorted actual_sorted
-
+CHECK_CLEANFILES+=*.h5 *.onion expect_sorted actual_sorted
DISTCLEANFILES=testh5diff.sh h5diff_plugin.sh
include $(top_srcdir)/config/conclude.am
diff --git a/tools/test/h5dump/Makefile.am b/tools/test/h5dump/Makefile.am
index a79b0fe..619647c 100644
--- a/tools/test/h5dump/Makefile.am
+++ b/tools/test/h5dump/Makefile.am
@@ -45,7 +45,7 @@ endif
# Temporary files. *.h5 are generated by h5dumpgentest. They should
# copied to the testfiles/ directory if update is required.
-CHECK_CLEANFILES+=*.h5 *.bin
+CHECK_CLEANFILES+=*.h5 *.bin *.onion
DISTCLEANFILES=testh5dump.sh testh5dumppbits.sh testh5dumpxml.sh h5dump_plugin.sh
include $(top_srcdir)/config/conclude.am