[svn-r12416] Purpose: Maintenance

Description: Added test script and two test files in the tools/misc/testfiles
             directory for testing h5stat tool; modified Makefile.am in tools/misc
             and configure.in files to run the new test script; reran bin/recofigure
             to update relevant configuration files; updated MANIFEST

Solution:

Platforms tested: heping with in place and srcdir builds; will do more testing
                  after the checkin.

Misc. update:
This commit is contained in:
Elena Pourmal
2006-06-17 13:16:05 -05:00
parent abce343da8
commit b7beca9770
8 changed files with 180 additions and 9 deletions

View File

@@ -0,0 +1,22 @@
#############################
Expected output for 'h5stat -h'
#############################
This tool is under development. For detailed information
please see the specification document at
http://hdf.ncsa.uiuc.edu/RFC/h5stat/h5stat-spec.pdf
Please send your comments and questions to help@hdfgroup.org
Usage: h5stat [OPTIONS] file
OPTIONS
-h, --help Print a usage message and exit
-f, --file Print file information
-F, --filemetadata Print file metadata
-g, --group Print group information
-G, --groupmetadata Print group metadata
-d, --dset Print dataset information
-D, --dsetmetadata Print dataset metadata
-T, --dtypemetadata Print datatype metadata