monitoring-plugins/tap
Thomas Guyot-Sionnest f7afa46586 Clean up last commit - remove the __STDC_VERSION__ check in tap.h
HP-UX refuses to compile tap with the check for __STDC_VERSION__ >= 199901L
even though it can.
2009-01-15 01:03:00 -05:00
..
tests Add Libtap as a bundled library (does not change any behaviour without --enable-libtap) 2008-11-29 04:38:54 -05:00
Makefile.am Add Libtap as a bundled library (does not change any behaviour without --enable-libtap) 2008-11-29 04:38:54 -05:00
README Add Libtap as a bundled library (does not change any behaviour without --enable-libtap) 2008-11-29 04:38:54 -05:00
tap.3 Add Libtap as a bundled library (does not change any behaviour without --enable-libtap) 2008-11-29 04:38:54 -05:00
tap.c Add Libtap as a bundled library (does not change any behaviour without --enable-libtap) 2008-11-29 04:38:54 -05:00
tap.h Clean up last commit - remove the __STDC_VERSION__ check in tap.h 2009-01-15 01:03:00 -05: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.