I have started a new project and began for the first time to use Unit Tests, and must report that I am thrilled by how effective this is proving to be. That plug for Unit Testing aside, I am now experiencing trouble -- now, when I Build my Tests target, the tests do run, but the Build does not finish. The testing code seems to complete just fine as it reports:
Test Suite '/Users/stuart/Programming/Cocoa-mine/ZPXML/build/Debug/Tests.octest(Tests)' finished at 2008-12-25 15:17:38 -1000.
Executed 86 tests, with 0 failures (0 unexpected) in 0.006 (0.013) seconds
The main pane of the Build Results reports:
note: Started tests for architectures 'i386'
note: Running tests for architecture 'i386' (GC OFF)
And then nothing further (i.e., whether and how many tests passed & failed).
I need to click "Stop Building" in the toolbar, and when I do, it takes 5 to 10 seconds for the build to report that it has cancelled.
Has anyone seen this sort of behavior?
I'm hesitant to modify RunUnitTests.include to instrument to determine what is going on.
Any suggestions as to how to track down the problem would be greatly appreciated.