How do I automatically perform unit tests on each build?
I tried to add the Unit Tests target to the Project Target as a dependency, but that doesn\'t seem to run th
To establish the relationship between your targets:
Then to run the tests, choose Product > Test, or simply ⌘U from the keyboard. This will: