diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-01-12 20:24:58 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-01-12 20:24:58 (GMT) |
commit | b84c92e07dd9b5f7ba47ff86377e83949bf84aad (patch) | |
tree | 879ae5f824bcf262a6f157e1249882102597c631 | |
parent | cd8d9e24601a67366ae5647bd3fe750056d05f1a (diff) | |
download | hdf5-b84c92e07dd9b5f7ba47ff86377e83949bf84aad.zip hdf5-b84c92e07dd9b5f7ba47ff86377e83949bf84aad.tar.gz hdf5-b84c92e07dd9b5f7ba47ff86377e83949bf84aad.tar.bz2 |
[svn-r3284] Purpose:
document
Description:
Added comments in how to use the program and instructions
that the corresponding may need updates if new batch of binary
files are created.
Platforms tested:
Eye-balled only. (Just a few lines of comments.)
-rw-r--r-- | tools/h5dumptst.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5dumptst.c b/tools/h5dumptst.c index d10b0d3..4e01627 100644 --- a/tools/h5dumptst.c +++ b/tools/h5dumptst.c @@ -1,5 +1,11 @@ /* * Generate the binary hdf5 files for the h5dump tests. + * Usage: just execute the program without any arguments will + * generate all the binary hdf5 files in the local directory. + * + * If you regenerate the test files (e.g., changing some code, + * trying it on a new platform, ...), you need to verify the correctness + * of the expected output and update the corresponding *.ddl files. */ #include <limits.h> #include "hdf5.h" |