diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-06-17 18:16:05 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-06-17 18:16:05 (GMT) |
commit | b7beca9770bd57745d92c612fde4a1b44624a6e7 (patch) | |
tree | 62ea3f356371131481f4a15db64e1c8b49339b19 /tools/misc/testfiles | |
parent | abce343da8b74b493a03efba0805071ccd99d7c4 (diff) | |
download | hdf5-b7beca9770bd57745d92c612fde4a1b44624a6e7.zip hdf5-b7beca9770bd57745d92c612fde4a1b44624a6e7.tar.gz hdf5-b7beca9770bd57745d92c612fde4a1b44624a6e7.tar.bz2 |
[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:
Diffstat (limited to 'tools/misc/testfiles')
-rw-r--r-- | tools/misc/testfiles/h5stat_help1.ddl | 22 | ||||
-rw-r--r-- | tools/misc/testfiles/h5stat_help2.ddl | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/tools/misc/testfiles/h5stat_help1.ddl b/tools/misc/testfiles/h5stat_help1.ddl new file mode 100644 index 0000000..05f1926 --- /dev/null +++ b/tools/misc/testfiles/h5stat_help1.ddl @@ -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 + diff --git a/tools/misc/testfiles/h5stat_help2.ddl b/tools/misc/testfiles/h5stat_help2.ddl new file mode 100644 index 0000000..b8eda84 --- /dev/null +++ b/tools/misc/testfiles/h5stat_help2.ddl @@ -0,0 +1,22 @@ +############################# +Expected output for 'h5stat --help' +############################# + +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 + |