summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-12-17 14:30:36 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-12-17 14:30:36 (GMT)
commit28b39c0393a6d6d8c92bf9d0a0c7da2543bcbc0d (patch)
tree7f114aae3405cc32c17e31878105d61e9d0aea83 /test/h5test.h
parent763f47f723f3b005af2a4627d77691bf8f3bc324 (diff)
downloadhdf5-28b39c0393a6d6d8c92bf9d0a0c7da2543bcbc0d.zip
hdf5-28b39c0393a6d6d8c92bf9d0a0c7da2543bcbc0d.tar.gz
hdf5-28b39c0393a6d6d8c92bf9d0a0c7da2543bcbc0d.tar.bz2
[svn-r25893] add compatability tests for avoid truncate feature for files generated or modified by the 1.8 branch.
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 9f773f7..55ba638 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -153,6 +153,7 @@ H5TEST_DLL h5_stat_size_t h5_get_file_size(const char *filename, hid_t fapl);
H5TEST_DLL int h5_file_truncate(const char *filename, hid_t fapl, off_t size);
H5TEST_DLL int print_func(const char *format, ...);
H5TEST_DLL int h5_make_local_copy(const char *origfilename, const char *local_copy_name);
+H5TEST_DLL int h5_make_local_copy_multi(const char *origfilename, const char *local_copy_name);
H5TEST_DLL herr_t h5_verify_cached_stabs(const char *base_name[], hid_t fapl);
/* Routines for operating on the list of tests (for the "all in one" tests) */