summaryrefslogtreecommitdiffstats
path: root/tap/README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:48:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:48:22 +0000
commit7373ce3d6988706388f136e1c06afd20a3e8d5be (patch)
treee9ae5af7d102667e5706187646db45de8238e8c4 /tap/README
parentInitial commit. (diff)
downloadmonitoring-plugins-upstream.tar.xz
monitoring-plugins-upstream.zip
Adding upstream version 2.3.5.upstream/2.3.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tap/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/tap/README b/tap/README
new file mode 100644
index 0000000..6c15be0
--- /dev/null
+++ b/tap/README
@@ -0,0 +1,11 @@
+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.