summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
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/testphdf5.c
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/testphdf5.c')
-rw-r--r--testpar/testphdf5.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 87d9056..69b66ae 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -547,6 +547,9 @@ int main(int argc, char **argv)
AddTest("denseattr", test_dense_attr, NULL,
"Store Dense Attributes", PARATESTFILE);
+ AddTest("noselcollmdread", test_partial_no_selection_coll_md_read, NULL,
+ "Collective Metadata read with some ranks having no selection", PARATESTFILE);
+
/* Display testing information */
TestInfo(argv[0]);