diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-07-29 19:54:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-07-29 19:54:00 (GMT) |
commit | 11bfbb10012b06894e70730735cf9c47bf565fe8 (patch) | |
tree | 91379f2a34900dcd02a12c5ae6b1ba548f58f69c /tools/test/h5diff/h5diffgentest.c | |
parent | 84704bad04c01c2df53ca5dc8aa69d52ae5ec064 (diff) | |
parent | 5c4a6949c403afcaae484588a93063d37175e1a8 (diff) | |
download | hdf5-11bfbb10012b06894e70730735cf9c47bf565fe8.zip hdf5-11bfbb10012b06894e70730735cf9c47bf565fe8.tar.gz hdf5-11bfbb10012b06894e70730735cf9c47bf565fe8.tar.bz2 |
Merge pull request #2717 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '5c4a6949c403afcaae484588a93063d37175e1a8':
Correct reference file
Correct h5diff test file names
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 af54c50..935194c 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 |