summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2007-05-22 00:06:37 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2007-05-22 00:06:37 (GMT)
commitabcba9a50a2a33641e3766b0a919f9a35f9ce8d6 (patch)
treeb884da2418f81e0edf4a6904866fa9f351323c3b /testpar
parent1ead31942bdbdfde5380d8f72766018e607f79eb (diff)
downloadhdf5-abcba9a50a2a33641e3766b0a919f9a35f9ce8d6.zip
hdf5-abcba9a50a2a33641e3766b0a919f9a35f9ce8d6.tar.gz
hdf5-abcba9a50a2a33641e3766b0a919f9a35f9ce8d6.tar.bz2
[svn-r13778] Add test_filter_read to testphdf5.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 495bae0..a45bafa 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -367,6 +367,8 @@ int main(int argc, char **argv)
"extendible dataset independent write #2", PARATESTFILE);
AddTest("calloc", test_chunk_alloc, NULL,
"parallel extend Chunked allocation on serial file", PARATESTFILE);
+ AddTest("fltread", test_filter_read, NULL,
+ "parallel read of dataset written serially with filters", PARATESTFILE);
#ifdef H5_HAVE_FILTER_DEFLATE
AddTest("cmpdsetr", compress_readAll, NULL,