summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-04-01 22:51:47 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-04-01 22:51:47 (GMT)
commitfbbd2b9cd26f7c291d1707e2b960b13fc7ca02d1 (patch)
treefbf7fcc1b6e5273d09fca415ff36d1f3d77cffc3 /test/h5test.h
parentd7a5f94d66390f2a777e51dba2e781d7f84e0656 (diff)
downloadhdf5-fbbd2b9cd26f7c291d1707e2b960b13fc7ca02d1.zip
hdf5-fbbd2b9cd26f7c291d1707e2b960b13fc7ca02d1.tar.gz
hdf5-fbbd2b9cd26f7c291d1707e2b960b13fc7ca02d1.tar.bz2
[svn-r8292] Purpose:
Feature. Description: Added GetTestParameters() to provide Test Parameters to individual test programs. Platforms tested: "h5committested"
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 a903349..fa4ed43 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -127,6 +127,7 @@ H5TEST_DLL int GetTestVerbosity(void);
H5TEST_DLL int SetTestVerbosity(int newval);
H5TEST_DLL void ParseTestVerbosity(char *argv);
H5TEST_DLL int GetTestNumErrs(void);
+H5TEST_DLL void *GetTestParameters(void);
H5TEST_DLL int TestErrPrintf(const char *format, ...);
#ifdef H5_HAVE_PARALLEL