summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-10-07 20:40:06 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-10-07 20:40:06 (GMT)
commit5449df4880af0fb5f9a76eb010f79deb51e5521e (patch)
treeab8c52ee2c982d91a807ae0535f9ba737e0350c6 /test/h5test.h
parent27a7a56496e10cb77322fa2eb2b4fe88e957baa6 (diff)
downloadhdf5-5449df4880af0fb5f9a76eb010f79deb51e5521e.zip
hdf5-5449df4880af0fb5f9a76eb010f79deb51e5521e.tar.gz
hdf5-5449df4880af0fb5f9a76eb010f79deb51e5521e.tar.bz2
[svn-r25682] bring 25651 and 25659 from trunk.
Fix for: HDFFV-8715 HDF5_PARAPREFIX is ignored in parallel dense attribute and performance tests.
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 90e4cad..d31e963 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -141,8 +141,8 @@ extern "C" {
/* Generally useful testing routines */
H5TEST_DLL int h5_cleanup(const char *base_name[], hid_t fapl);
-H5TEST_DLL char *h5_fixname(const char *base_name, hid_t fapl, char *fullname,
- size_t size);
+H5TEST_DLL char *h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size);
+H5TEST_DLL char *h5_fixname_no_suffix(const char *base_name, hid_t fapl, char *fullname, size_t size);
H5TEST_DLL hid_t h5_fileaccess(void);
H5TEST_DLL void h5_no_hwconv(void);
H5TEST_DLL const char *h5_rmprefix(const char *filename);