Is it possible to run tests for all target dependencies of an aggregate target?
I have:
-
FrameworkAwith targetsFrameworkAandFrameworkA_Tests; -
FrameworkBwith targetsFrameworkBandFrameworkB_Tests, and alsoFrameworkAas a dependency (i.e.BusesA).
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