NAME

Clib::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