summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-05-03 21:08:22 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-05-03 21:08:22 (GMT)
commit8a4f679fda20577c4528977d0ee9a7e4c5bee055 (patch)
treed1291c1db09ff89035104c8b9347327a5a172560 /testpar/testphdf5.h
parentd3a51964aea1efe2c2795a776155456aa419e7b9 (diff)
downloadhdf5-8a4f679fda20577c4528977d0ee9a7e4c5bee055.zip
hdf5-8a4f679fda20577c4528977d0ee9a7e4c5bee055.tar.gz
hdf5-8a4f679fda20577c4528977d0ee9a7e4c5bee055.tar.bz2
Combine "collective group and dataset write" and "independent group and
dataset read" tests into one test. The second test is dependent on the file created by the first test, and will not pass when run by itself.
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 4409221..9fece12 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -240,6 +240,7 @@ void test_file_properties(void);
void multiple_dset_write(void);
void multiple_group_write(void);
void multiple_group_read(void);
+void collective_group_write_independent_group_read(void);
void collective_group_write(void);
void independent_group_read(void);
void test_fapl_mpio_dup(void);