summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-03-29 19:51:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-03-29 19:51:49 (GMT)
commitc1c11c021b09a8deefb1fd08e133e716080bc69e (patch)
treec9e9d2553466f568c3950290370a8dff6d81b86f /test
parent3374ffecf828a4e7a4e7566c3bd7315121c656d1 (diff)
downloadhdf5-c1c11c021b09a8deefb1fd08e133e716080bc69e.zip
hdf5-c1c11c021b09a8deefb1fd08e133e716080bc69e.tar.gz
hdf5-c1c11c021b09a8deefb1fd08e133e716080bc69e.tar.bz2
[svn-r23491] Add test_plugin.sh to list of cleanup files
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 61f1ed5..a2f3600 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -57,7 +57,6 @@ TEST_PROG= testhdf5 lheap ohdr stab gheap cache cache_api cache_tagging \
check_PROGRAMS=$(TEST_PROG) error_test err_compat tcheck_version testmeta links_env
if HAVE_SHARED_CONDITIONAL
check_PROGRAMS+= plugin
-else
endif
# These programs generate test files for the tests. They don't need to be
@@ -159,5 +158,8 @@ testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \
# Temporary files.
DISTCLEANFILES=testerror.sh testlibinfo.sh testcheck_version.sh testlinks_env.sh test_plugin.sh
+if HAVE_SHARED_CONDITIONAL
+ DISTCLEANFILES += test_plugin.sh
+endif
include $(top_srcdir)/config/conclude.am