monitoring-plugins/tap
2024-10-31 15:24:53 +01:00
..
tests tap: clang-format 2024-10-31 15:24:53 +01:00
Makefile.am
README
tap.3
tap.c tap: clang-format 2024-10-31 15:24:53 +01:00
tap.h tap: clang-format 2024-10-31 15:24:53 +01: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.