<br>Does anyone have a simple example of coding and running an Objective-C unit test in<br>TextMate?<br><br>It appears that you can use XCode to add OCUnit tests to your project. I<br>thought I saw that you could then run unit tests from TextMate (via the
<br>XCode bundle). But can you do it without using XCode at all?<br><br>I want to write a non-gui library, so I don't need XCode/IB. How do you write a<br>simple file that includes the right headers and defines an OCUnit test? Then
<br>can that be called from TextMate?<br><br>Thanks