[Scons-users] combining 2 aliasses

Dirk Bächle tshortik at gmx.de
Fri Nov 8 03:09:03 EST 2013


Hi Rob,

On 08.11.2013 08:34, Rob Deckers wrote:

>

> Hi,

>

> My question must be very basic, but I can't seem to find the correct

> way to do it.

>

> I have an alias named unittests that will build all unit test targets.

>

> I also have an alias named integrationtests that will build all

> integration test targets.

>

> For both tests, a selection of files are copied to a remote target and

> the resulting xml file is downloaded.

>

> Now I want an alias named something like 'all_tests' that should first

> do all unittests and after it all integrationtests.

>


how do you run your unittests and integration tests? Are these single
Command() Builders?
Then, I'd try to add another Command Builder for the "all_tests" target,
and give it a list of the other both Actions instead of a single one.

Best regards,

Dirk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://four.pairlist.net/pipermail/scons-users/attachments/20131108/d4bf80a8/attachment.htm


More information about the Scons-users mailing list