summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.am
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2018-08-26 03:54:30 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2018-08-26 03:54:30 (GMT)
commit4cd10fa88e5089c4e5eba091222c4c39db9c64e5 (patch)
tree808c2ead749f66a758b96931b2911bc2122d6164 /testpar/Makefile.am
parentcb9797f49785ac0481cd428924e4bf7fb4fef775 (diff)
downloadhdf5-4cd10fa88e5089c4e5eba091222c4c39db9c64e5.zip
hdf5-4cd10fa88e5089c4e5eba091222c4c39db9c64e5.tar.gz
hdf5-4cd10fa88e5089c4e5eba091222c4c39db9c64e5.tar.bz2
Add fix for HDFFV-10501
Add test for HDFFV-10501 fix Add release note for HDFFV-10501 fix
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)