diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-10-02 15:56:09 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-10-02 15:56:09 (GMT) |
commit | 26400c392b45a86e385905fd377e34603a31377a (patch) | |
tree | 26b3634a8bd9c718b1259b4f9a6ef9bb83ed7c14 /test/h5test.h | |
parent | bd9c6d829acd95ba78b07c8d286eae81d74cd1c9 (diff) | |
download | hdf5-26400c392b45a86e385905fd377e34603a31377a.zip hdf5-26400c392b45a86e385905fd377e34603a31377a.tar.gz hdf5-26400c392b45a86e385905fd377e34603a31377a.tar.bz2 |
[svn-r25659] fix filename generation with prefix for perf test.
tested h5commitest, jam & platypus parallel.
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/h5test.h b/test/h5test.h index 7813b51..ce224d8 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -142,8 +142,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); |