I'm a fan of TAP frameworks [0]. Very minimal, easy to roll you own, consumable by many Unix tools, human & machine readable. clibs links to a bunch of pre-written libs as well [1]. kazuho had written this 35 line example of a lib [2] that exports all you need to basic TAP, which is like 75% of all TAP. See an example usage here [3].
[0] http://en.wikipedia.org/wiki/Test_Anything_Protocol [1] https://github.com/clibs/clib/wiki/Packages#testingquality-assurance [2] https://github.com/kazuho/picogc/blob/master/t/test.h [3] https://github.com/lpsantil/picotap/blob/master/t/test.c On Tue, Feb 24, 2015 at 1:21 PM, Sam Dodrill <shadow.h...@gmail.com> wrote: > Hey all, > > I was wondering what you all use for a suckless style unit testing > framework in C. > > Thanks, > > -- > > Sam Dodrill > shadow.h...@gmail.com / x...@yolo-swag.com