otest is kind of annoying that it tries to run the 64 bit version of your unit tests, especially if you don't have any. Typically you'd get an error likeYou can force otest to run a particular architecture with the arch command:2009-06-01 12:49:29.447 otest[70099:203] *** NSTask: Task create for path '/blah/blah/blah' failed: 8, "Exec format error". Terminating temporary process.
% arch -arch i386 /Developer/Tools/otest build/Debug/Snoogle.octest