Skip to content

Commit

Permalink
Merge branch 'develop' into fix_h5_h5_tfile
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored Oct 21, 2023
2 parents 33649e6 + 4b2d2ec commit cc8feb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion java/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ noinst_DATA = $(jarfile)
check_SCRIPTS = junit.sh
TEST_SCRIPT = $(check_SCRIPTS)

CLEANFILES = classnoinst.stamp $(jarfile) $(JAVAROOT)/$(pkgpath)/*.class junit.sh
CLEANFILES = classnoinst.stamp $(jarfile) $(JAVAROOT)/$(pkgpath)/*.class junit.sh \
*.h5 testExport*.txt

clean:
rm -rf $(JAVAROOT)/*
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ CHECK_CLEANFILES+=accum.h5 cmpd_dset.h5 mdset.h5 compact_dataset.h5 dataset.h5 d
splitter*.h5 splitter.log mirror_rw mirror_ro event_set_[0-9].h5 \
cmpd_dtransform.h5 single_latest.h5 source_file.h5 stdio_file.h5 \
tfile_is_accessible.h5 tfile_is_accessible_non_hdf5.h5 tverbounds_dtype.h5 \
virtual_file1.h5 tfile_double_open.h5 tfile_incr_filesize.h5
virtual_file1.h5 tfile_double_open.h5 tfile_incr_filesize.h5 flushrefresh_test

# Sources for testhdf5 executable
testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \
Expand Down
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 cc8feb5

Please sign in to comment.