[Scons-users] blocking execution until compilation is done

William Deegan bill at baddogconsulting.com
Mon Oct 8 01:05:03 EDT 2012



On Oct 7, 2012, at 9:43 PM, edA-qa mort-ora-y <eda-qa at disemia.com> wrote:


> On 07/10/12 22:37, William Deegan wrote:

>> You can add a env.SideEffect() and specify they all touch the same file..

>> I think that might work.

>

> I'm trying to think of how I can use this approach, it looks perhaps

> possible. It looks like I can block multiple tests from running at once

> (which I also want) but still can't put the bottleneck in place which

> prevents a test from running before all build dependencies.


Then just make those build dependencies sources of your test builder, but discard them from your command line.
And/or use env.Depends()
-Bill


More information about the Scons-users mailing list