summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.am
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-08-27 21:24:20 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-08-28 13:25:38 (GMT)
commitf4f2e83d2233699aaf32f2e7f715504b43542d42 (patch)
tree90cd4aa54908ebf1beef5941cecac86238547809 /testpar/Makefile.am
parentebc3d3eda5b9e5c3090322e19898e47141efeadd (diff)
downloadhdf5-f4f2e83d2233699aaf32f2e7f715504b43542d42.zip
hdf5-f4f2e83d2233699aaf32f2e7f715504b43542d42.tar.gz
hdf5-f4f2e83d2233699aaf32f2e7f715504b43542d42.tar.bz2
Merge pull request #1224 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop
* commit '763b95c6b0f027025a5a5bfb203b77317ffa2368': Update RELEASE.txt with suggested changes Update MANIFEST file for new t_coll_md_read.c file Remove now-unused local variable Add fix for HDFFV-10501
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 5c7cb26..7262ca6 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -29,7 +29,7 @@ check_PROGRAMS = $(TEST_PROG_PARA)
testphdf5_SOURCES=testphdf5.c t_dset.c t_file.c t_file_image.c t_mdset.c \
t_ph5basic.c t_coll_chunk.c t_span_tree.c t_chunk_alloc.c t_filter_read.c \
- t_prop.c
+ t_prop.c t_coll_md_read.c
# The tests all depend on the hdf5 library and the test library
LDADD = $(LIBH5TEST) $(LIBHDF5)