diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2000-11-09 15:50:17 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2000-11-09 15:50:17 (GMT) |
commit | 73df5fb57a57fa0c23fd3ac0e7e029f94c7e55cd (patch) | |
tree | 41d809e9908ad7d4627f9c91e7d4ac2cec7fa15c | |
parent | c0dec492998d5265a98fcbc8caee24a7c0192df9 (diff) | |
download | hdf5-73df5fb57a57fa0c23fd3ac0e7e029f94c7e55cd.zip hdf5-73df5fb57a57fa0c23fd3ac0e7e029f94c7e55cd.tar.gz hdf5-73df5fb57a57fa0c23fd3ac0e7e029f94c7e55cd.tar.bz2 |
[svn-r2841]
Purpose:
add testfiles for h4toh5 converter
Description:
Solution:
Platforms tested:
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
-rw-r--r-- | MANIFEST | 78 |
1 files changed, 78 insertions, 0 deletions
@@ -725,6 +725,45 @@ ./tools/testfiles/tstr.h5 ./tools/testfiles/tstr2.h5 ./tools/testfiles/vg.hdf +./tools/testfiles/anfile.hdf +./tools/testfiles/anno_obj.hdf +./tools/testfiles/image_attr.hdf +./tools/testfiles/image_pal.hdf +./tools/testfiles/image_uint16.hdf +./tools/testfiles/image_uint161.hdf +./tools/testfiles/image_uint8.hdf +./tools/testfiles/image_uint81.hdf +./tools/testfiles/image_uint32.hdf +./tools/testfiles/image_uint321.hdf +./tools/testfiles/sds_dimsca_data.hdf +./tools/testfiles/sds_dimscaunl_data.hdf +./tools/testfiles/sds_typattr.hdf +./tools/testfiles/sds_typchar8.hdf +./tools/testfiles/sds_typchunk_comp.hdf +./tools/testfiles/sds_typfloat32.hdf +./tools/testfiles/sds_typfloat64.hdf +./tools/testfiles/sds_typnfloat32.hdf +./tools/testfiles/sds_typnfloat64.hdf +./tools/testfiles/sds_typint16.hdf +./tools/testfiles/sds_typint32.hdf +./tools/testfiles/sds_typint8.hdf +./tools/testfiles/sds_typlint16.hdf +./tools/testfiles/sds_typlint32.hdf +./tools/testfiles/sds_typlint8.hdf +./tools/testfiles/sds_typluint16.hdf +./tools/testfiles/sds_typluint32.hdf +./tools/testfiles/sds_typluint8.hdf +./tools/testfiles/sds_typuint16.hdf +./tools/testfiles/sds_typuint32.hdf +./tools/testfiles/sds_typuint8.hdf +./tools/testfiles/vdata_attrtest.hdf +./tools/testfiles/vdata_typtest.hdf +./tools/testfiles/vg_attrtest.hdf +./tools/testfiles/vg_hl.hdf +./tools/testfiles/vg_loop.hdf +./tools/testfiles/vg_nameclash.hdf +./tools/testfiles/vg_nameclash2.hdf +./tools/testfiles/vg_simple.hdf # Expected output from h5ls tests ./tools/testfiles/help-1.ls @@ -757,3 +796,42 @@ ./tools/testfiles/Expected/tstr.hdf ./tools/testfiles/Expected/tstr2.hdf ./tools/testfiles/Expected/vg.h5 +./tools/testfiles/Expected/anfile.h5 +./tools/testfiles/Expected/anno_obj.h5 +./tools/testfiles/Expected/image_attr.h5 +./tools/testfiles/Expected/image_pal.h5 +./tools/testfiles/Expected/image_uint16.h5 +./tools/testfiles/Expected/image_uint161.h5 +./tools/testfiles/Expected/image_uint8.h5 +./tools/testfiles/Expected/image_uint81.h5 +./tools/testfiles/Expected/image_uint32.h5 +./tools/testfiles/Expected/image_uint321.h5 +./tools/testfiles/Expected/sds_dimsca_data.h5 +./tools/testfiles/Expected/sds_dimscaunl_data.h5 +./tools/testfiles/Expected/sds_typattr.h5 +./tools/testfiles/Expected/sds_typchar8.h5 +./tools/testfiles/Expected/sds_typchunk_comp.h5 +./tools/testfiles/Expected/sds_typfloat32.h5 +./tools/testfiles/Expected/sds_typfloat64.h5 +./tools/testfiles/Expected/sds_typnfloat32.h5 +./tools/testfiles/Expected/sds_typnfloat64.h5 +./tools/testfiles/Expected/sds_typint16.h5 +./tools/testfiles/Expected/sds_typint32.h5 +./tools/testfiles/Expected/sds_typint8.h5 +./tools/testfiles/Expected/sds_typlint16.h5 +./tools/testfiles/Expected/sds_typlint32.h5 +./tools/testfiles/Expected/sds_typlint8.h5 +./tools/testfiles/Expected/sds_typluint16.h5 +./tools/testfiles/Expected/sds_typluint32.h5 +./tools/testfiles/Expected/sds_typluint8.h5 +./tools/testfiles/Expected/sds_typuint16.h5 +./tools/testfiles/Expected/sds_typuint32.h5 +./tools/testfiles/Expected/sds_typuint8.h5 +./tools/testfiles/Expected/vdata_attrtest.h5 +./tools/testfiles/Expected/vdata_typtest.h5 +./tools/testfiles/Expected/vg_attrtest.h5 +./tools/testfiles/Expected/vg_hl.h5 +./tools/testfiles/Expected/vg_loop.h5 +./tools/testfiles/Expected/vg_nameclash.h5 +./tools/testfiles/Expected/vg_nameclash2.h5 +./tools/testfiles/Expected/vg_simple.h5 |