BOOTSTRAP (ktestutils) functions
LIBRARY ROUTINE
ktest_result - end test case and register the result
LIBRARY CALL
void
ktest_result(
int result)
INPUT
- result - The result of the test case.
There are two legal values: KTEST_PASS
if the test was successful, KTEST_FAIL otherwise.
OUTPUT
none
RETURN VALUE
none
DESCRIPTION
This function is used to mark the end of a test case,
and register whether the test case passed or failed.
You should have called ktest_case() before calling
this function to introduce the test case.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/ktestutils/src/public.c
SEE ALSO
ktestutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.