|
|
function build in split format
|
|
= NAME =build
|
|
|
= SYNOPSIS =build the test program from source, if needed build [nostrip]
|
|
|
= DESCRIPTION ='build' executes the main build phase of Fuego, for a particular test.
|
|
|
= EXAMPLES =
|
|
Variables
|
= ENVIRONMENT and ARGUMENTS =For arguments, see [[Variables]]
|
- $1 is passed to pre_build, and may contain the word 'nostrip' to indicate that the unpack operation should not strip the leading directory.
|
* $1 is passed to pre_build, and may contain the word 'nostrip' to indicate that the unpack operation should not strip the leading directory.
|
|
|
= RETURN =returns 1 on error, zero or 'true' on success
|
|
|
= SOURCE =Located in ''scripts/functions.sh''
|
|
pre_build, test_build, post_build
|
= SEE ALSO = * [[function pre_build|pre_build]], [[function test_build|test_build]], [[function_post_build|post_build]]
|
|
|