diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-08-05 15:07:12 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-08-05 15:07:12 (GMT) |
commit | 422ac995093909b86a95abe5a348521e230b9362 (patch) | |
tree | 7df53732759fa9fc9d437b4324e5539b1410f9fc /tools | |
parent | 90aa3cb287a11582f518b4f2c61fa0610c6f8156 (diff) | |
download | hdf5-422ac995093909b86a95abe5a348521e230b9362.zip hdf5-422ac995093909b86a95abe5a348521e230b9362.tar.gz hdf5-422ac995093909b86a95abe5a348521e230b9362.tar.bz2 |
[svn-r15431] added the h5diff "contents" mode to the h5diff calls in the h5repack test
tested: windows, linux
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/h5repacktst.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5repack/h5repacktst.c b/tools/h5repack/h5repacktst.c index 99448c4..3796179 100644 --- a/tools/h5repack/h5repacktst.c +++ b/tools/h5repack/h5repacktst.c @@ -152,6 +152,9 @@ int main (void) memset(&diff_options, 0, sizeof (diff_opt_t)); memset(&pack_options, 0, sizeof (pack_opt_t)); + /* set h5diff "contents" mode */ + diff_options.m_contents = 1; + /* run tests */ puts("Testing h5repack:"); |