The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

nanotap - yet another TAP library for C/C++

SYSNOPSIS

    #include <nanotap/nanotap.h>
    int main() {
        ok(true, "ok");
        done_testing();
    }

DESCRIPTION

nanotap is yet another TAP library for C/C++.

METHODS

see nanotap.h itself :P (XXX I need better documentation tool)

SEE ALSO

Test::More