diff options
Diffstat (limited to 'test/testframe.c')
-rw-r--r-- | test/testframe.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/testframe.c b/test/testframe.c index bebc612..28e90ca 100644 --- a/test/testframe.c +++ b/test/testframe.c @@ -417,6 +417,15 @@ int GetTestNumErrs(void) /* + * Increment the number of testing errors + */ +void IncTestNumErrs(void) +{ + num_errs++; +} + + +/* * Retrieve the current Test Parameters pointer. */ const void *GetTestParameters(void) |