diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-07-10 21:32:20 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-07-10 21:32:20 (GMT) |
commit | 515aa0b93094e1a78911f792041a8e1dba912ada (patch) | |
tree | a19bb6d8d9f28dad6a703999c2cdbd4a696cffcb /testpar/testphdf5.h | |
parent | 2700d20859e67995145677af5e3c627c19bd87b4 (diff) | |
download | hdf5-515aa0b93094e1a78911f792041a8e1dba912ada.zip hdf5-515aa0b93094e1a78911f792041a8e1dba912ada.tar.gz hdf5-515aa0b93094e1a78911f792041a8e1dba912ada.tar.bz2 |
[svn-r25404] add serial and parallel regression tests for zero dset read/write bug.
(merged from trunk)
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 100fa41..efd3424 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -236,6 +236,7 @@ extern int facc_type; /*Test file access type */ extern int dxfer_coll_type; /* Test program prototypes */ +void zero_dim_dset(void); void multiple_dset_write(void); void multiple_group_write(void); void multiple_group_read(void); |