lundi 25 juillet 2016

Run several test targets with a single command

Is it possible to run tests for all target dependencies of an aggregate target?

I have:

  • FrameworkA with targets FrameworkA and FrameworkA_Tests;

  • FrameworkB with targets FrameworkB and FrameworkB_Tests, and also FrameworkA as a dependency (i.e. B uses A).

I've created an aggregate target in FrameworkB, and have added the two ..._Tests targets to it.

When the aggregate target is selected, I can build all its dependencies with a single command, but it doesn't seem possible to run the two ..._Tests targets.

Is there any way to run multiple test targets with a single command?

Aucun commentaire:

Enregistrer un commentaire