diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-03-19 14:11:40 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-03-19 14:11:40 (GMT) |
commit | 5463c0a62bb74405ba7dd2055878f75a77b7e605 (patch) | |
tree | 4468d8978c9a3ca4fece5e04dbab33adcea9d6b1 /test/h5test.h | |
parent | 821104ae47509a74ac7e892ceac48f359fcce249 (diff) | |
download | hdf5-5463c0a62bb74405ba7dd2055878f75a77b7e605.zip hdf5-5463c0a62bb74405ba7dd2055878f75a77b7e605.tar.gz hdf5-5463c0a62bb74405ba7dd2055878f75a77b7e605.tar.bz2 |
[svn-r10236] Purpose: Added a util wrapper
Description:
Added function IncTestNumErrs to increment the number of errors
that is defined in testframe.c
Platforms tested:
Linux 2.4 (heping)
AIX 5.1 (copper)
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h index ac73506..00d3367 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -135,6 +135,7 @@ H5TEST_DLL int GetTestSummary(void); H5TEST_DLL int GetTestCleanup(void); H5TEST_DLL void ParseTestVerbosity(char *argv); H5TEST_DLL int GetTestNumErrs(void); +H5TEST_DLL void IncTestNumErrs(void); H5TEST_DLL const void *GetTestParameters(void); H5TEST_DLL int TestErrPrintf(const char *format, ...); H5TEST_DLL void SetTest(const char *testname, int action); |