diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-11-06 19:55:05 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-11-06 19:55:05 (GMT) |
commit | a1a79203b8027631061cb626a5efdd37268752c2 (patch) | |
tree | 60ffc821fa2a1630a219e30e6a403e24635b74f9 /test/CMakeLists.txt | |
parent | 471917c6384587c5de7ff4473faaae5d3fa248a6 (diff) | |
download | hdf5-a1a79203b8027631061cb626a5efdd37268752c2.zip hdf5-a1a79203b8027631061cb626a5efdd37268752c2.tar.gz hdf5-a1a79203b8027631061cb626a5efdd37268752c2.tar.bz2 |
Updated new API functions
Description:
- Addressed additional review comments
- Moved the test function test_get_chunk_info from dsets.c to chunk_info.c
because chunk_info.c was created for the purpose of testing chunk information.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1011test)
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 c8119fe..2aedc82 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -197,6 +197,7 @@ set (H5_TESTS page_buffer dtypes dsets + chunk_info cmpd_dset filter_fail extend |