]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/libtap/README
Removed ccan_tools versions of talloc and libtap in favor of ccan ones.
[ccan] / ccan_tools / libtap / README
diff --git a/ccan_tools/libtap/README b/ccan_tools/libtap/README
deleted file mode 100644 (file)
index 6c15be0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-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.