BOOTSTRAP (ktestutils) functions
LIBRARY ROUTINE
ktest_begin - start a testsuite
LIBRARY CALL
void
ktest_begin(
kstring testsuite_id,
kstring testing)
INPUT
- testsuite_id - The identifier for the testsuite.
This is typically the name of the
directory which contains the testsuite,
but it doesn't have to be.
- testing - A short text string (60 characters at most)
which describes what the testsuite is testing.
OUTPUT
none
RETURN VALUE
none
DESCRIPTION
This function is used to introduce a testsuite.
For example, the kcms testsuite for the function
kcms_legal_identifier()
starts with the line:
ktest_begin("35.kcms", "kcms_legal_identifier()");
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.