diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-07-29 20:40:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-07-29 20:40:05 (GMT) |
commit | 2ece66e999876e78dcc8561ee2a2122e88fb14a1 (patch) | |
tree | 0ae2e59473b78cf26dd91c05df021cdf2a63325d /tools/test/h5diff/h5diffgentest.c | |
parent | cf4e78b3c9d1f1ed6687b24bbd738a63b9812a9e (diff) | |
parent | 6a1cf090c6a2f970084c714a2f75a31d68a0a6a8 (diff) | |
download | hdf5-2ece66e999876e78dcc8561ee2a2122e88fb14a1.zip hdf5-2ece66e999876e78dcc8561ee2a2122e88fb14a1.tar.gz hdf5-2ece66e999876e78dcc8561ee2a2122e88fb14a1.tar.bz2 |
Merge pull request #2716 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '6a1cf090c6a2f970084c714a2f75a31d68a0a6a8':
Correct reference file
Correct h5diff filenames
Diffstat (limited to 'tools/test/h5diff/h5diffgentest.c')
-rw-r--r-- | tools/test/h5diff/h5diffgentest.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/test/h5diff/h5diffgentest.c b/tools/test/h5diff/h5diffgentest.c index df79aa1..bdc2ddc 100644 --- a/tools/test/h5diff/h5diffgentest.c +++ b/tools/test/h5diff/h5diffgentest.c @@ -94,11 +94,11 @@ size_t H5TOOLS_MALLOCSIZE = (128 * 1024 * 1024); #define NON_COMPARBLES1 "non_comparables1.h5" #define NON_COMPARBLES2 "non_comparables2.h5" /* string dataset and attribute */ -#define DIFF_STRINGS1 "diff_strings1.h5" -#define DIFF_STRINGS2 "diff_strings2.h5" +#define DIFF_STRINGS1 "h5diff_strings1.h5" +#define DIFF_STRINGS2 "h5diff_strings2.h5" /* double dataset and epsilon */ -#define DIFF_EPS1 "diff_eps1.h5" -#define DIFF_EPS2 "diff_eps2.h5" +#define DIFF_EPS1 "h5diff_eps1.h5" +#define DIFF_EPS2 "h5diff_eps2.h5" #define UIMAX 4294967295u /*Maximum value for a variable of type unsigned int */ #define STR_SIZE 3 |