Extend class Verify with compilation of Diffpack applications,
clean-up of applications, and a parameter self.makemode for running
applications in opt or nopt mode.
Methods
|
|
__init__
clean
run
|
|
__init__
|
__init__ (
self,
root='.',
task='verify',
diffsummary='verify.log',
diffprog='diff.pl',
makemode='opt',
)
|
|
clean
|
clean ( self, dir )
Clean up files, typically executables etc.
|
|
run
|
run ( self, scriptfile )
Run script, but compile the application first.
|
|