pkg-monitoring-plugins/tap
2023-10-18 07:29:37 +00:00
..
Makefile.am Imported Upstream version 1.4.13+git200906171200 2013-11-26 23:56:50 +01:00
Makefile.in New upstream version 2.3.4 2023-10-18 07:29:37 +00:00
README Imported Upstream version 1.4.13+git200906171200 2013-11-26 23:56:50 +01:00
tap.c Imported Upstream version 1.4.13+git200906171200 2013-11-26 23:56:50 +01:00
tap.h New upstream version 2.3.4 2023-10-18 07:29:37 +00:00

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

SYNOPSIS
     #include <tap.h>

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.