summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-09 19:01:25 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-09 19:01:25 (GMT)
commit92cc75bfae8336e047a6cd9e3e4e5b47347a3923 (patch)
tree740294dfbdc4af8c2044bf4fd48331676a527715 /testpar/testphdf5.c
parent6d637e03f7da0c1391d5924e6208887b83297cd1 (diff)
downloadhdf5-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.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 0b97c03..057ac88 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -377,6 +377,9 @@ int main(int argc, char **argv)
"compressed dataset collective read", PARATESTFILE);
#endif /* H5_HAVE_FILTER_DEFLATE */
+ AddTest("zerodsetr", zero_dim_dset, NULL,
+ "zero dim dset", PARATESTFILE);
+
ndsets_params.name = PARATESTFILE;
ndsets_params.count = ndatasets;
AddTest("ndsetw", multiple_dset_write, NULL,