summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-03-23 04:43:12 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-03-23 04:43:12 (GMT)
commitb45703bf8996cef0cfb6c9c62aa0b6cf9660d118 (patch)
tree6ee8d374c992c9298fdf0eea6d84fbb142fa65fd /test/Makefile.in
parent5f7cc587559f9b421e82dc7c70c37077a4411706 (diff)
downloadhdf5-b45703bf8996cef0cfb6c9c62aa0b6cf9660d118.zip
hdf5-b45703bf8996cef0cfb6c9c62aa0b6cf9660d118.tar.gz
hdf5-b45703bf8996cef0cfb6c9c62aa0b6cf9660d118.tar.bz2
[svn-r8274] Purpose:
Code cleanup. Description: The routines residing in testframe.c was defined in testhdf5.h due to historical reason. It really belongs to h5test.h because those routines reside in libh55test.a. Solution: Moved them to the right place. Also removed the duplicated occurance of testframe.c in the TEST_SRC. Platforms tested: Tested in o2 (SGI) parallel.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 15421e7..3951d7a 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -76,7 +76,7 @@ CLEAN=$(TIMINGS)
TEST_SRC=big.c bittests.c cmpd_dset.c dsets.c dtypes.c extend.c \
external.c fillval.c flush1.c flush2.c gheap.c h5test.c hyperslab.c \
istore.c lheap.c links.c mount.c mtime.c ohdr.c stab.c tarray.c \
- tattr.c tconfig.c testframe.c testhdf5.c testmeta.c tfile.c \
+ tattr.c tconfig.c testhdf5.c testmeta.c tfile.c \
tgenprop.c th5s.c theap.c titerate.c tmeta.c trefer.c trefstr.c \
tselect.c ttime.c ttbbt.c ttst.c tvltypes.c tvlstr.c tmisc.c \
unlink.c enum.c ttsafe.c ttsafe_dcreate.c ttsafe_error.c \