summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2016-02-11 16:03:44 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2016-02-11 16:03:44 (GMT)
commitd12a99498608fc23f61ec89ad56e61256428c3e6 (patch)
tree74718433b64004a430e7310b781df75a997628be /testpar/testphdf5.c
parentfba3bbc7bf8e444155a7029f5ac82e1e513eadcc (diff)
downloadhdf5-d12a99498608fc23f61ec89ad56e61256428c3e6.zip
hdf5-d12a99498608fc23f61ec89ad56e61256428c3e6.tar.gz
hdf5-d12a99498608fc23f61ec89ad56e61256428c3e6.tar.bz2
[svn-r29088] - Add a test for retrieving the property values for the new coll md functions.
- ifdef some code that don't need to be built in parallel - more minor enhancements tested on bb-8 with parallel and serial
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 abe074a..b7a68d9 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -351,6 +351,9 @@ int main(int argc, char **argv)
AddTest("split", test_split_comm_access, NULL,
"dataset using split communicators", PARATESTFILE);
+ AddTest("props", test_file_properties, NULL,
+ "Coll Metadata file property settings", PARATESTFILE);
+
AddTest("idsetw", dataset_writeInd, NULL,
"dataset independent write", PARATESTFILE);
AddTest("idsetr", dataset_readInd, NULL,