Is it possible to run tests for all target dependencies of an aggregate target?
I have:
-
FrameworkA
with targetsFrameworkA
andFrameworkA_Tests
; -
FrameworkB
with targetsFrameworkB
andFrameworkB_Tests
, and alsoFrameworkA
as a dependency (i.e.B
usesA
).
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