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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index d4db6d0..5b210a9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -55,8 +55,8 @@ TEST_PROG= testhdf5 \ cache cache_api cache_image cache_tagging lheap ohdr stab gheap \ evict_on_close farray earray btree2 fheap \ pool accum hyperslab istore bittests dt_arith page_buffer \ - dtypes dsets cmpd_dset filter_fail extend direct_chunk external efc \ - objcopy links unlink twriteorder big mtime fillval mount \ + dtypes dsets chunk_info cmpd_dset filter_fail extend direct_chunk \ + external efc objcopy links unlink twriteorder big mtime fillval mount \ flush1 flush2 app_ref enum set_extent ttsafe enc_dec_plist \ enc_dec_plist_cross_platform getname vfd ntypes dangle dtransform \ reserved cross_read freespace mf vds file_image unregister \ |