From abcba9a50a2a33641e3766b0a919f9a35f9ce8d6 Mon Sep 17 00:00:00 2001 From: Christian Chilan Date: Mon, 21 May 2007 19:06:37 -0500 Subject: [svn-r13778] Add test_filter_read to testphdf5. --- testpar/testphdf5.c | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v0.12