summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-01-22 23:05:55 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-01-22 23:05:55 (GMT)
commitcc171677031c2bff1ae60a45f510492733fe76d7 (patch)
tree2902e69f01953272ef62b79084019f9aa99e9ea6 /test/testhdf5.h
parent3300140c70bb445b05827ffd2b3e3b1098dfb00e (diff)
downloadhdf5-cc171677031c2bff1ae60a45f510492733fe76d7.zip
hdf5-cc171677031c2bff1ae60a45f510492733fe76d7.tar.gz
hdf5-cc171677031c2bff1ae60a45f510492733fe76d7.tar.bz2
[svn-r8094] Purpose:
New feature. Description: Added function SetTestVerbosity() so that other applications can set the verbosity explicitedly without the whole testframe taking over. Added Verbose queries shorthands to make code more readable and easier to change the levels of low, medium and high. Platforms tested: Eirene (both serial and parallel). Misc. update:
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 6430b54..be6b08a 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -187,6 +187,7 @@ H5TEST_DLL void TestSummary(void);
H5TEST_DLL void TestCleanup(void);
H5TEST_DLL void TestInit(void);
H5TEST_DLL int GetTestVerbosity(void);
+H5TEST_DLL int SetTestVerbosity(int new);
H5TEST_DLL int GetTestNumErrs(void);
H5TEST_DLL int TestErrPrintf(const char *format, ...);