nagios4/tap
Mario Fetka 797bccfa31 Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
..
src Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
tests Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
.gitignore Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
INSTALL Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
Makefile.am Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
Makefile.in Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
README Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
README.nagios Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
aclocal.m4 Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
compile Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
config.guess Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
config.sub Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
configure Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
configure.in Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
depcomp Imported Upstream version 4.3.2 2017-05-19 23:37:19 +02:00
install-sh Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
ltmain.sh Imported Upstream version 4.3.2 2017-05-19 23:37:19 +02:00
missing Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00

README

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.