summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.am
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2007-05-22 00:08:11 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2007-05-22 00:08:11 (GMT)
commit88fc0be9cec70aa54fbf8f93dff3ea6853522c4f (patch)
tree938fe03b70666ca6e5df67902730d2dda06cd9f4 /testpar/Makefile.am
parentea241f8cea3d79b2274bbe5189334efc93ceddbb (diff)
downloadhdf5-88fc0be9cec70aa54fbf8f93dff3ea6853522c4f.zip
hdf5-88fc0be9cec70aa54fbf8f93dff3ea6853522c4f.tar.gz
hdf5-88fc0be9cec70aa54fbf8f93dff3ea6853522c4f.tar.bz2
[svn-r13780] Add t_filter_read.c to testphdf5.
Diffstat (limited to 'testpar/Makefile.am')
-rw-r--r--testpar/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index 82f6f93..02cf742 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -32,7 +32,7 @@ check_PROGRAMS = $(TEST_PROG_PARA)
check_SCRIPTS= $(TEST_SCRIPT)
testphdf5_SOURCES=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_coll_chunk.c t_span_tree.c t_chunk_alloc.c t_filter_read.c
# The tests all depend on the hdf5 library and the test library
LDADD = $(LIBH5TEST) $(LIBHDF5)