Rusty Russell ee4a263c10 Turned libtap into a proper ccan package. 18 years ago
..
tests 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
INSTALL 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
Makefile.am 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
Makefile.in 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
README 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
aclocal.m4 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
compile 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
config.guess 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
config.sub 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
configure 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
configure.in 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
depcomp 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
install-sh 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
ltmain.sh 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago
missing 7bbd49fdb0 Include all the tools under ccan_tools dir, hacked to work for me. 18 years ago

README

NAME
tap -- write tests that implement the Test Anything Protocol

SYNOPSIS
#include

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.