summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.in
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2004-11-11 21:05:03 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2004-11-11 21:05:03 (GMT)
commit7a11c453f92d252eb24675bc4a198fcdddb6eb31 (patch)
treeb1cb926f6b2ca07581bcb13568d5c2bf6eacddeb /testpar/Makefile.in
parent1702d75b3a49465b184362e088cf120b1b4817f3 (diff)
downloadhdf5-7a11c453f92d252eb24675bc4a198fcdddb6eb31.zip
hdf5-7a11c453f92d252eb24675bc4a198fcdddb6eb31.tar.gz
hdf5-7a11c453f92d252eb24675bc4a198fcdddb6eb31.tar.bz2
[svn-r9520] Purpose:
Adding general MPI derived datatype testing code. Description: The testing code will not be tested. The purpose of checking in is for better debugging later. HDF5 routine or daily test should not be aware of this. Solution: Platforms tested: Copper(AIX 5.1), Heping(Linux 2.4 + MPICH 1.2.6). Misc. update:
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r--testpar/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 239c969..4e48fa0 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -43,7 +43,7 @@ MOSTLYCLEAN=MPItest.h5 Para*.h5 *.clog
DISTCLEAN=go Makefile testph5.sh
## Test source files
-TEST_PHDF5_SRC=testphdf5.c t_dset.c t_file.c t_mdset.c t_ph5basic.c t_coll_chunk.c
+TEST_PHDF5_SRC=testphdf5.c t_dset.c t_file.c t_mdset.c t_ph5basic.c t_coll_chunk.c t_span_tree.c
TEST_PHDF5_OBJ=$(TEST_PHDF5_SRC:.c=.lo)
TEST_SRC=t_mpi.c t_fphdf5.c $(TEST_PHDF5_SRC)
TEST_OBJ=$(TEST_SRC:.c=.lo)