diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2010-11-15 04:04:28 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2010-11-15 04:04:28 (GMT) |
commit | 0c589bf7b56738d9c643718be5f12a72a1e39e83 (patch) | |
tree | e226588cafdaa999c835c31859119ba6eca43e85 /MANIFEST | |
parent | 7c2fbcb03e6ea67cee77acb46a4f38ba8a24d8ff (diff) | |
download | hdf5-0c589bf7b56738d9c643718be5f12a72a1e39e83.zip hdf5-0c589bf7b56738d9c643718be5f12a72a1e39e83.tar.gz hdf5-0c589bf7b56738d9c643718be5f12a72a1e39e83.tar.bz2 |
[svn-r19781] Fix for bug #1930:
1) Move the test for H5D_EXT_PREFIX in links.c to a separate file: links_env.c
2) links_env.c will be used by testlinks_env.sh to test for the environmental
variable H5D_EXT_PREFIX in searching for the external linked file.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -834,6 +834,7 @@ ./test/external.c ./test/error_test.c ./test/err_compat.c +./test/links_env.c ./test/family_v16_00000.h5 ./test/family_v16_00001.h5 ./test/family_v16_00002.h5 @@ -905,6 +906,7 @@ ./test/tcoords.c ./test/testcheck_version.sh.in ./test/testerror.sh.in +./test/testlinks_env.sh.in ./test/testframe.c ./test/testhdf5.c ./test/testhdf5.h |