diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-10-15 19:59:07 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-10-15 19:59:07 (GMT) |
commit | 1c14d3e96d8e4ab0b504ca98fdd3958c9cc451ea (patch) | |
tree | 59c82ace4c848af463f4432c8d46ddad1a4766c0 /test/CMakeLists.txt | |
parent | d6410ca19539496dcfd614b2c67b7ca6a61835aa (diff) | |
download | hdf5-1c14d3e96d8e4ab0b504ca98fdd3958c9cc451ea.zip hdf5-1c14d3e96d8e4ab0b504ca98fdd3958c9cc451ea.tar.gz hdf5-1c14d3e96d8e4ab0b504ca98fdd3958c9cc451ea.tar.bz2 |
[svn-r19618] Purpose:
Bring metadata accumulator fixes and tests into 1.8
Description:
Changes consist of addition of tests for H5Faccum.c source code,
as well as some fixes that address some discovered bugs in the
metadata accumulator on several corner cases.
Tested:
h5committested
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f37d54b..2d53499 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -239,6 +239,7 @@ ADD_TEST ( ) SET (H5_TESTS + accum lheap ohdr stab |