function post build in split format
|
= NAME =
post_build
|
|
= SYNOPSIS =
Perform steps after the build of the test program source.
|
test_build function, and currently does nothing.
|
= DESCRIPTION =
This function is executed after the [[function_test_build|test_build]] function, and currently does nothing.
|
|
= EXAMPLES =
|
|
= ENVIRONMENT and ARGUMENTS =
|
|
= RETURN =
Returns 'true'
|
|
= SOURCE =
Located in ''scripts/functions.sh''
|
build, pre_build, test_build
|
= SEE ALSO =
* [[function_build|build]], [[function_pre_build|pre_build]], [[function_test_build|test_build]]
|