How do I automatically perform unit tests on each build?

Viewed 5946

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 the actual tests.

4 Answers
Related