summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-10-28 16:19:52 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-10-28 16:19:52 (GMT)
commit71bf205c79d20738bf8f5a19907a80e428369d50 (patch)
treec7789153b8ade89277d3f65b7e96443fc7adfda4 /test/h5test.h
parent9b956eb466c99e5996b46abca4cafd66f2cb93a2 (diff)
downloadhdf5-71bf205c79d20738bf8f5a19907a80e428369d50.zip
hdf5-71bf205c79d20738bf8f5a19907a80e428369d50.tar.gz
hdf5-71bf205c79d20738bf8f5a19907a80e428369d50.tar.bz2
[svn-r19692] added PrintErrorStackOn and PrintErrorStackOff to turn auto error stack
printing on and off.
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 3d3f72e..b4670d4 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -192,6 +192,8 @@ H5TEST_DLL int TestErrPrintf(const char *format, ...);
H5TEST_DLL void SetTest(const char *testname, int action);
H5TEST_DLL void TestAlarmOn(void);
H5TEST_DLL void TestAlarmOff(void);
+H5TEST_DLL void PrintErrorStackOn(void);
+H5TEST_DLL void PrintErrorStackOff(void);
#ifdef H5_HAVE_FILTER_SZIP
H5TEST_DLL int h5_szip_can_encode(void);