summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-28 05:42:51 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-28 05:42:51 (GMT)
commit3a05e7109a74dafaaaa2fd404638fd6ddeaafd90 (patch)
tree2f0398aa137da33a3f0f35e5fe9cc3901fa39a56 /test/Makefile.am
parentfafee5b8ae2fdac2aaf9300e25b4c5f43c4c5fb0 (diff)
downloadhdf5-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/Makefile.am')
-rw-r--r--test/Makefile.am3
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