summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-08-28 18:57:38 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-08-28 18:57:38 (GMT)
commit99e0c1043ece860dde3681371497a0841fc94355 (patch)
tree90cd4aa54908ebf1beef5941cecac86238547809 /testpar/testphdf5.c
parentebc3d3eda5b9e5c3090322e19898e47141efeadd (diff)
parentf4f2e83d2233699aaf32f2e7f715504b43542d42 (diff)
downloadhdf5-99e0c1043ece860dde3681371497a0841fc94355.zip
hdf5-99e0c1043ece860dde3681371497a0841fc94355.tar.gz
hdf5-99e0c1043ece860dde3681371497a0841fc94355.tar.bz2
Merge pull request #1225 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit 'f4f2e83d2233699aaf32f2e7f715504b43542d42': Merge pull request #1224 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop
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]);