[Scons-users] blocking execution until compilation is done

Dirk Bächle tshortik at gmx.de
Sun Oct 7 07:59:40 EDT 2012


Hi,

On 07.10.2012 12:50, edA-qa mort-ora-y wrote:

> I have a "check" alias in my build file. I make this execute some

> commands and make it depend on the files/programs required to execute

> those commands. This all works fine. I would however like not to

> execute the actual check programs until all other compilation is done.

> As it works now the tests can start running as soon as their

> dependencies are built (which is technically correct, but not what I want).


I'd simply write a shell or Python script, wrapping the two calls
"scons" (for compiling) and "scons check" (for testing).

Best regards,

Dirk




More information about the Scons-users mailing list