On 04/09/2010 02:55 PM, Rob Powell wrote: > If you can think of things that will help with this task, please post; > I am open to discussion and suggestions.
This might be useful: Unit Testing C Code http://stackoverflow.com/questions/65820/unit-testing-c-code I would think there would be a C unit testing framework written in Lua or TCL, but if there is I can't find it. For single-box testing maybe http://www.gnu.org/software/dejagnu/ - it can also be used to drive unit tests - http://www.gnu.org/software/dejagnu/manual/x1580.html For distributed black-box testing, STAF / STAX - http://staf.sourceforge.net/ - is pretty nice, and works on pretty much any platform you can think of, but is also pretty complex. Cheers, -- Daniel JB Clark | http://pobox.com/~dclark | Activist; Owner \|/ FREEDOM -+-> INCLUDED ~ http://freedomincluded.com /|\ Free Software respecting hardware ~ Lemote Yeeloong reseller _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

