function build cleanup in split format
NAME [edit section] | = NAME = build_cleanup |
SYNOPSIS [edit section] | = SYNOPSIS = build_cleanup |
DESCRIPTION [edit section] | = DESCRIPTION = This function removes the directory used to build the test program. |
NOTE: It appears that there are no callers of this function in Fuego. | '''''NOTE: It appears that there are no callers of this function in Fuego.''''' |
EXAMPLES [edit section] | = EXAMPLES = Here are some sample invocations: {{{#!YellowBox build_cleanup }}} |
ENVIRONMENT and ARGUMENTS [edit section] | = ENVIRONMENT and ARGUMENTS = This function takes the following arguments: * $1 - the name of the test |
This function uses the following variables: * $PLATFORM - the sdk or platform name for a board | This function uses the following variables: * $PLATFORM - the sdk or platform name for a board |
RETURN [edit section] | = RETURN = Returns non-zero on error. |
SOURCE [edit section] | = SOURCE = Located in ''scripts/functions.sh'' |
SEE ALSO [edit section] | = SEE ALSO = * ??? |