diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-12-13 18:17:02 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-12-13 18:17:02 (GMT) |
commit | 98fb2db938937a27d51e8bc8493e174572481d24 (patch) | |
tree | 51b4b87e42134b51ffba0acea199dc9219a90357 /MANIFEST | |
parent | d3c3b4138ac01d76da8e82fe401caea760ef6f82 (diff) | |
download | hdf5-98fb2db938937a27d51e8bc8493e174572481d24.zip hdf5-98fb2db938937a27d51e8bc8493e174572481d24.tar.gz hdf5-98fb2db938937a27d51e8bc8493e174572481d24.tar.bz2 |
[svn-r14340] Maintenance for VMS system:
Skip one of the tests in flush2.c since it looks like VMS system
flsuhes the file anyway (like on Winodws with DLLs)
Renamed files family*.h5 that are used in backward compatibility
testing to have only one '.' in a file name, otherwise VMS system
becomes confused and test fails.
Cleaned up the only test (Fortran multi-file test) that is failing on
VMS (C counterpart passesa).
Added new script to facilitate the build process on VMS
Updated MANIFEST
PLatforms tested: VMS server, kagiso and linew (minor changes)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -749,10 +749,10 @@ ./test/external.c ./test/error_test.c ./test/err_compat.c -./test/family_v1.6_00000.h5 -./test/family_v1.6_00001.h5 -./test/family_v1.6_00002.h5 -./test/family_v1.6_00003.h5 +./test/family_v16_00000.h5 +./test/family_v16_00001.h5 +./test/family_v16_00002.h5 +./test/family_v16_00003.h5 ./test/fheap.c ./test/fill_old.h5 ./test/fillval.c @@ -1623,6 +1623,7 @@ ./vms/test/check.com ./vms/test/make.com +./vms/build.com ./vms/install.com ./vms/make.com ./vms/tools/h5copy/make.com |