BOOTSTRAP (ktestutils) functions


LIBRARY ROUTINE

ktest_begin - start a testsuite

LIBRARY CALL

void
ktest_begin(
   kstring   testsuite_id,
   kstring   testing)

INPUT

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.