summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-01-23 06:29:57 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-01-23 06:29:57 (GMT)
commit72ca2d086f1e80ee4c8ca5f4fb1acf508e89f4f0 (patch)
treec657befe94450c062fe0ecc981c0cbc119ab4c0b /test/testhdf5.h
parent06d17aff4d4c801653d2af6983fe2ca60c9e1fe9 (diff)
downloadhdf5-72ca2d086f1e80ee4c8ca5f4fb1acf508e89f4f0.zip
hdf5-72ca2d086f1e80ee4c8ca5f4fb1acf508e89f4f0.tar.gz
hdf5-72ca2d086f1e80ee4c8ca5f4fb1acf508e89f4f0.tar.bz2
[svn-r8100] Purpose:
Added the function ParseTestVerbosity() to be shared by all programs. Platforms tested: Eirene.
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r--test/testhdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h
index ad532a9..5a560d9 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -188,6 +188,7 @@ H5TEST_DLL void TestCleanup(void);
H5TEST_DLL void TestInit(void);
H5TEST_DLL int GetTestVerbosity(void);
H5TEST_DLL int SetTestVerbosity(int newval);
+H5TEST_DLL void ParseTestVerbosity(char *argv);
H5TEST_DLL int GetTestNumErrs(void);
H5TEST_DLL int TestErrPrintf(const char *format, ...);