summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2020-06-25 17:24:05 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2020-06-25 17:24:05 (GMT)
commite1215177b6b87887233a90992a0264f11d78b88c (patch)
tree57ec1a19a92d97b19ff98cb68bcbc8b0ac19b511 /test/h5test.h
parentd20000ec51d50b66fc1226eeb656b8dc1358f826 (diff)
downloadhdf5-e1215177b6b87887233a90992a0264f11d78b88c.zip
hdf5-e1215177b6b87887233a90992a0264f11d78b88c.tar.gz
hdf5-e1215177b6b87887233a90992a0264f11d78b88c.tar.bz2
* Fix intermittent error with Splitter VFD.
Mismatch in time of test file creation was creating false negatives. Add file-duplication routine: `h5_duplicate_file_by_bytes()`. * Change library calls in `h5test.c:h5_compare_file_bytes()` to their HD-prefixed equivalents.
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h
index b1ddc58..3eeb1f8 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -210,6 +210,7 @@ H5TEST_DLL H5FD_class_t *h5_get_dummy_vfd_class(void);
H5TEST_DLL H5VL_class_t *h5_get_dummy_vol_class(void);
H5TEST_DLL const char *h5_get_version_string(H5F_libver_t libver);
H5TEST_DLL int h5_compare_file_bytes(char *fname1, char *fname2);
+H5TEST_DLL int h5_duplicate_file_by_bytes(const char *orig, const char *dest);
/* Functions that will replace components of a FAPL */
H5TEST_DLL herr_t h5_get_vfd_fapl(hid_t fapl_id);