summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2007-05-22 19:23:13 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2007-05-22 19:23:13 (GMT)
commit5d60a4303ec36e618f6d8365b4c4f2d6b9a29b02 (patch)
treeea2f16fbc2b63b05e1dcd7f394849a58e8472e2d /testpar
parentb539dbc2ccb3b2b575397e9809afad8d47e4f95d (diff)
downloadhdf5-5d60a4303ec36e618f6d8365b4c4f2d6b9a29b02.zip
hdf5-5d60a4303ec36e618f6d8365b4c4f2d6b9a29b02.tar.gz
hdf5-5d60a4303ec36e618f6d8365b4c4f2d6b9a29b02.tar.bz2
[svn-r13791] Add t_filter_read.c to testphdf5.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 76633aa..f2c13f4 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -44,7 +44,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 t_span_tree.c t_chunk_alloc.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 t_chunk_alloc.c t_filter_read.c
TEST_PHDF5_OBJ=$(TEST_PHDF5_SRC:.c=.lo)
TEST_SRC=t_mpi.c $(TEST_PHDF5_SRC)
TEST_OBJ=$(TEST_SRC:.c=.lo)