4
0
Mario Trangoni 6792d52905 tools/misc: fix codespell issues 7 жил өмнө
..
tests 2bbf2e6967 Add Libtap as a bundled library (does not change any behaviour without --enable-libtap) 17 жил өмнө
Makefile.am 2bbf2e6967 Add Libtap as a bundled library (does not change any behaviour without --enable-libtap) 17 жил өмнө
README 2bbf2e6967 Add Libtap as a bundled library (does not change any behaviour without --enable-libtap) 17 жил өмнө
tap.3 6792d52905 tools/misc: fix codespell issues 7 жил өмнө
tap.c 2bbf2e6967 Add Libtap as a bundled library (does not change any behaviour without --enable-libtap) 17 жил өмнө
tap.h 6792d52905 tools/misc: fix codespell issues 7 жил өмнө

README

NAME
tap -- write tests that implement the Test Anything Protocol

SYNOPSIS
#include

DESCRIPTION
The tap library provides functions for writing test scripts that produce
output consistent with the Test Anything Protocol. A test harness that
parses this protocol can run these tests and produce useful reports indi-
cating their success or failure.