For Étoilé, we use UnitKit (which we're about to push out a new release for - it should appear in the ports collection in the next week or two). If you look at the EtoileFoundation framework, you can see an example of how to use it. It's very simple, and lets you either separate your tests or interleave them with the rest of your code (ideally #ifdef'd so you don't ship them in a production release).
For non-GNUstep things, there's also ATF (Automated Testing Framework), which FreeBSD imported from NetBSD recently and is increasingly used for FreeBSD tests. David 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? > > > Thanks! > > -- > Johannes Lundberg > Project leader and lead developer of Mirama OS (previously Viking OS) > BRILLIANTSERVICE CO., LTD. > > My blog > Mirama homepage blog > Company homepage > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep -- Sent from my Cray X1 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
