diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-07-09 19:01:25 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-07-09 19:01:25 (GMT) |
commit | 92cc75bfae8336e047a6cd9e3e4e5b47347a3923 (patch) | |
tree | 740294dfbdc4af8c2044bf4fd48331676a527715 /testpar/testphdf5.h | |
parent | 6d637e03f7da0c1391d5924e6208887b83297cd1 (diff) | |
download | hdf5-92cc75bfae8336e047a6cd9e3e4e5b47347a3923.zip hdf5-92cc75bfae8336e047a6cd9e3e4e5b47347a3923.tar.gz hdf5-92cc75bfae8336e047a6cd9e3e4e5b47347a3923.tar.bz2 |
[svn-r25401] add serial and parallel regression tests for zero dset read/write bug.
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 f313073..3597b17 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -237,6 +237,7 @@ extern int dxfer_coll_type; /* Test program prototypes */ void test_plist_ed(void); +void zero_dim_dset(void); void multiple_dset_write(void); void multiple_group_write(void); void multiple_group_read(void); |