added latest commits to NEWS file
[monitoring-plugins.git] / tap / README
blob6c15be0a137400dfdf87132edc95dcc149494b0b
1 NAME
2      tap -- write tests that implement the Test Anything Protocol
4 SYNOPSIS
5      #include <tap.h>
7 DESCRIPTION
8      The tap library provides functions for writing test scripts that produce
9      output consistent with the Test Anything Protocol.  A test harness that
10      parses this protocol can run these tests and produce useful reports indi-
11      cating their success or failure.