Re: [dev] Suckless unit testing in C?

From: Louis Santillan <lpsantil_AT_gmail.com>
Date: Tue, 24 Feb 2015 13:58:16 -0800

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.h511_AT_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.h511_AT_gmail.com / xena_AT_yolo-swag.com
Received on Tue Feb 24 2015 - 22:58:16 CET

This archive was generated by hypermail 2.3.0 : Tue Feb 24 2015 - 23:00:10 CET