I have a project with several different goals / schemes (38 of them are written), and I'm trying to get unit testing that works correctly for all different purposes. Everything works for me with one goal, and I tried to add my testing goal to all the different schemes, but it seems that when the tests are run for each scheme, they actually run on the same source target.
Looking at the project file, I see that there is a specific host application associated with my test target, and in the build settings the Bundle loader and test node point to the same Host Application.
Is there a way to override these values ββfor each circuit to run tests against the current goal of constructing the circuit? Or is there any other way to set up one target test task to accomplish multiple build goals?
source share