Xcode 4 supports running unit tests using the test build option, however I can't find a way to run the tests through the command line.
Simply running xcodebuild on the Unit Tests target does not run the tests (I have the run after build option turned on).
Any ideas?