summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2015-07-21 17:14:26 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2015-07-21 17:14:26 (GMT)
commita8fc7eeaecfcaf13480ca68c688ba91869bf8e16 (patch)
tree585d053684bf84892a4cf1abde9453956a39cd9c /test/h5test.h
parent99a90f7fd6b2a68efb5bdef5c5fcdf28a5137d68 (diff)
downloadhdf5-a8fc7eeaecfcaf13480ca68c688ba91869bf8e16.zip
hdf5-a8fc7eeaecfcaf13480ca68c688ba91869bf8e16.tar.gz
hdf5-a8fc7eeaecfcaf13480ca68c688ba91869bf8e16.tar.bz2
[svn-r27420] Fixed VDS test to handle the family driver correctly.
Tested: ummon
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 224ca84..9d097af 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -127,6 +127,7 @@ H5TEST_DLL int h5_cleanup(const char *base_name[], hid_t fapl);
H5TEST_DLL void h5_cleanup_files(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_no_suffix(const char *base_name, hid_t fapl, char *fullname, size_t size);
+H5TEST_DLL char *h5_fixname_printf(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);