diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-09 21:20:19 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-09 21:20:19 (GMT) |
commit | 477dda3c0daea39cdf409684e7dad0fd9367dd45 (patch) | |
tree | 08f8d1653aec4e356fb069ae3a7d8768009901e2 /MANIFEST | |
parent | d8ff8da46cb49098c41b421427967eb736e15236 (diff) | |
download | hdf5-477dda3c0daea39cdf409684e7dad0fd9367dd45.zip hdf5-477dda3c0daea39cdf409684e7dad0fd9367dd45.tar.gz hdf5-477dda3c0daea39cdf409684e7dad0fd9367dd45.tar.bz2 |
HDFFV-10658 - setting and getting properties in API context:
1. switched to use the existing H5F_prefix_open_t for enum type;
2. put the common private function used by external.c and external_env.c into external_common.c
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -991,6 +991,9 @@ ./test/evict_on_close.c ./test/extend.c ./test/external.c +./test/external_common.c +./test/external_common.h +./test/external_env.c ./test/error_test.c ./test/err_compat.c ./test/filter_error.h5 @@ -1115,6 +1118,7 @@ ./test/tcoords.c ./test/testabort_fail.sh.in ./test/testcheck_version.sh.in +./test/testexternal_env.sh.in ./test/testerror.sh.in ./test/testlinks_env.sh.in ./test/test_filter_plugin.sh.in |