diff options
author | Christian Chilan <chilan@hdfgroup.org> | 2007-05-22 00:07:09 (GMT) |
---|---|---|
committer | Christian Chilan <chilan@hdfgroup.org> | 2007-05-22 00:07:09 (GMT) |
commit | ea241f8cea3d79b2274bbe5189334efc93ceddbb (patch) | |
tree | d7d3d2dd2d08b21221c38f7039b9de97327e4161 /testpar | |
parent | abcba9a50a2a33641e3766b0a919f9a35f9ce8d6 (diff) | |
download | hdf5-ea241f8cea3d79b2274bbe5189334efc93ceddbb.zip hdf5-ea241f8cea3d79b2274bbe5189334efc93ceddbb.tar.gz hdf5-ea241f8cea3d79b2274bbe5189334efc93ceddbb.tar.bz2 |
[svn-r13779] Add test_filter_read to testphdf5.
Diffstat (limited to 'testpar')
-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 caf3151..06878a5 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -212,6 +212,7 @@ void dataset_readAll(void); void extend_readInd(void); void extend_readAll(void); void test_chunk_alloc(void); +void test_filter_read(void); void compact_dataset(void); void null_dataset(void); void big_dataset(void); |