Home | Trees | Indices | Help |
---|
|
A 'CompilerBase' is used by compilation test and resource clases.
|
|||
|
|||
|
|||
|
|||
|
|
Get the name of the directory in which to run. 'context' -- A 'Context' giving run-time parameters to the test. 'returns' -- The name of the directory in which this test or resource will execute. |
Create a directory in which to place generated files. 'context' -- A 'Context' giving run-time parameters to the test. returns -- The name of the directory. |
Remove the directory in which generated files are placed. 'result' -- The 'Result' of the test or resource. If the 'result' indicates success, the directory is removed. Otherwise, the directory is left behind to allow investigation of the reasons behind the test failure. |
Return the default object file name for 'source_file_name'. 'source_file_name' -- A string giving the name of a source file. 'object_extension' -- The extension used for object files. returns -- The name of the object file that will be created by compiling 'source_file_name'. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |