summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-09-15 20:06:01 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-09-15 20:06:01 (GMT)
commit24725d64aa4e944c4be4e0dcefa0880cb8ac627c (patch)
treecc07ac2b9b1d700cfc0b9f7148a4facb4842b4c4 /test
parent926011174e7c1b75e55f07f5ad100e6cc0b16614 (diff)
downloadhdf5-24725d64aa4e944c4be4e0dcefa0880cb8ac627c.zip
hdf5-24725d64aa4e944c4be4e0dcefa0880cb8ac627c.tar.gz
hdf5-24725d64aa4e944c4be4e0dcefa0880cb8ac627c.tar.bz2
[svn-r12668] Description:
Re-run 'bin/reconfigure' script after recent checkins Tested on: none - shouldn't have any affect on compilation
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 9869abd..1b4992d 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -57,7 +57,7 @@ build_triplet = @build@
host_triplet = @host@
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(top_srcdir)/config/commence.am \
- $(top_srcdir)/config/conclude.am
+ $(top_srcdir)/config/conclude.am COPYING
check_PROGRAMS = $(am__EXEEXT_1) error_test$(EXEEXT) \
err_compat$(EXEEXT) testmeta$(EXEEXT)
@BUILD_ALL_CONDITIONAL_TRUE@noinst_PROGRAMS = $(am__EXEEXT_2)
@@ -84,7 +84,7 @@ am__EXEEXT_1 = testhdf5$(EXEEXT) lheap$(EXEEXT) ohdr$(EXEEXT) \
set_extent$(EXEEXT) ttsafe$(EXEEXT) stream_test$(EXEEXT) \
getname$(EXEEXT) vfd$(EXEEXT) ntypes$(EXEEXT) dangle$(EXEEXT) \
dtransform$(EXEEXT) reserved$(EXEEXT) cross_read$(EXEEXT) \
- btree2$(EXEEXT) fheap$(EXEEXT)
+ btree2$(EXEEXT) fheap$(EXEEXT)
am__EXEEXT_2 = gen_deflate$(EXEEXT) gen_filters$(EXEEXT) \
gen_new_array$(EXEEXT) gen_new_fill$(EXEEXT) \
gen_new_group$(EXEEXT) gen_new_mtime$(EXEEXT) \
@@ -628,7 +628,7 @@ TEST_PROG = testhdf5 lheap ohdr stab gheap cache cache_api \
fillval mount flush1 flush2 enum \
set_extent ttsafe stream_test \
getname vfd ntypes dangle dtransform reserved cross_read \
- btree2 fheap
+ btree2 fheap
# These programs generate test files for the tests. They don't need to be