diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-10-21 18:44:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 18:44:33 (GMT) |
commit | 4b2d2eccdd8be50814ca2ed5e37e6d77b5a50340 (patch) | |
tree | fa0f45a1f9e9824ef965f1f4e03d564a7f264bab /test | |
parent | 29b27b77619d7260aa39e45e1c04369f32f094ca (diff) | |
download | hdf5-4b2d2eccdd8be50814ca2ed5e37e6d77b5a50340.zip hdf5-4b2d2eccdd8be50814ca2ed5e37e6d77b5a50340.tar.gz hdf5-4b2d2eccdd8be50814ca2ed5e37e6d77b5a50340.tar.bz2 |
Clean the flushrefresh test dir on Autotools (#3741)
The flushrefresh_test directory was not being cleaned up w/
`make clean` under the Autotools
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 9fd7b94..3146e01 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 + virtual_file1.h5 flushrefresh_test # Sources for testhdf5 executable testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ |