, SCons. SVN- SCons, tarball SCons. , , .
, javac. , SConstruct, , . Python, , , . :
import TestSCons
test = TestSCons.TestSCons()
test.write('SConstruct', '''env = Environment(tools = ["yourtool"])
env.RunYourTool()''')
test.write('sourcefile.x', 'Content goes here')
test.run(arguments = '.', stderr = None)
test.must_match('outputfile', 'desired contents')
test.pass_test()
SCons swtoolkit wiki, , -, SCons Google. wiki - , , SCons.