diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-28 05:42:51 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-28 05:42:51 (GMT) |
commit | 3a05e7109a74dafaaaa2fd404638fd6ddeaafd90 (patch) | |
tree | 2f0398aa137da33a3f0f35e5fe9cc3901fa39a56 /test | |
parent | fafee5b8ae2fdac2aaf9300e25b4c5f43c4c5fb0 (diff) | |
download | hdf5-3a05e7109a74dafaaaa2fd404638fd6ddeaafd90.zip hdf5-3a05e7109a74dafaaaa2fd404638fd6ddeaafd90.tar.gz hdf5-3a05e7109a74dafaaaa2fd404638fd6ddeaafd90.tar.bz2 |
Added test_vol_plugin.sh to the list of scripts to clean
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3a8c64f..a581f9a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -220,6 +220,7 @@ use_disable_mdc_flushes_SOURCES=use_disable_mdc_flushes.c # Temporary files. DISTCLEANFILES=testerror.sh testlibinfo.sh testcheck_version.sh testlinks_env.sh test_filter_plugin.sh \ - testswmr.sh testvdsswmr.sh test_usecases.sh testflushrefresh.sh test_filenotclosed.sh + testswmr.sh testvdsswmr.sh test_usecases.sh testflushrefresh.sh test_filenotclosed.sh \ + test_vol_plugin.sh include $(top_srcdir)/config/conclude.am |