summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2007-05-22 19:22:56 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2007-05-22 19:22:56 (GMT)
commit8c9faf990528fbe39d37803ece01598fc1435d7b (patch)
tree3b7ac7a19092dc044d78f2ceef49e7d1393d031f /testpar
parenta009d3decd5f02157e8be3779f64e4e7773c4ae6 (diff)
downloadhdf5-8c9faf990528fbe39d37803ece01598fc1435d7b.zip
hdf5-8c9faf990528fbe39d37803ece01598fc1435d7b.tar.gz
hdf5-8c9faf990528fbe39d37803ece01598fc1435d7b.tar.bz2
[svn-r13789] 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 0a30c5a..63ee7e9 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -366,6 +366,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,