Skip to content

Commit

Permalink
Clean up onion VFD files in tools make clean (#3739)
Browse files Browse the repository at this point in the history
Cleans up h5dump and h5diff *.onion files in the Autotools when
runing `make clean`.
  • Loading branch information
derobins authored Oct 21, 2023
1 parent 98b5779 commit 7843db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tools/test/h5diff/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5dump/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7843db5

Please sign in to comment.