[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:
22
tools/misc/testfiles/h5stat_help1.ddl
Normal file
22
tools/misc/testfiles/h5stat_help1.ddl
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user