On 17 Sep 2013, at 09:32, "Lundberg, Johannes" <[email protected]> wrote:
> Hi > > What is the recommended unit testing framework when working with GNUstep on > FreeBSD? > Just to add to the confusing multiplicity of answers, I use CATCH (https://github.com/philsquared/Catch) with Mac OS X, iOS and with GNUstep on other UNIX platforms. I like that it's a single header file to include, and am ambivalent to the result that test files become ObjC++ because the tests themselves are just macros around my (ObjC) code. Cheers, Graham. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
