function build in 'raw' 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 = = 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. = RETURN = returns 1 on error, zero or 'true' on success = SOURCE = Located in ''scripts/functions.sh'' = SEE ALSO = * [[function pre_build|pre_build]], [[function test_build|test_build]], [[function_post_build|post_build]]