summaryrefslogtreecommitdiffstats
path: root/tap/README
diff options
context:
space:
mode:
Diffstat (limited to 'tap/README')
-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 @@
1NAME
2 tap -- write tests that implement the Test Anything Protocol
3
4SYNOPSIS
5 #include <tap.h>
6
7DESCRIPTION
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.