Method Tools.Testsuite.Test()->compile()
- Method compile
 programcompile(stringsrc)- Description
 Compile the source code src in the context of the file this test belongs. Note that no changes in error mode is done and compilation errors are not caught.
- Method compile
 variantprogramcompile()- Description
 Set the error mode according to
inhibi_errors, applies any source code plugins by calling prepare_source and finally compiles the result. Any resulting compilation errors will be stored incompilation_error. The error mode will be set to0after compiltion is done.