[Scons-users] blocking execution until compilation is done

Kenny, Jason L jason.l.kenny at intel.com
Mon Oct 8 12:05:40 EDT 2012


Normally in SCons you set up a depend chains. So none the tests or actions you want to run after the compiler action is finish. In simple terms this might like:

Outs=env.Program(...)
Env.test1(...,outs)

Or it could be like

Outs=env.Program(...)
Tout=Env.runtest(...)
Env.Depends(touts,outs)


Jason

-----Original Message-----
From: scons-users-bounces at scons.org [mailto:scons-users-bounces at scons.org] On Behalf Of edA-qa mort-ora-y
Sent: Monday, October 08, 2012 10:57 AM
To: scons-users at scons.org
Subject: Re: [Scons-users] blocking execution until compilation is done

On 08/10/12 07:51, William Deegan wrote:

> O.k. I don't see what the problem is.

> You can do that with SCons..


I don't see how I can do it, that's why I'm asking.


--
edA-qa mort-ora-y
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Sign: Please digitally sign your emails.
Encrypt: I'm also happy to receive encrypted mail.



More information about the Scons-users mailing list