summaryrefslogtreecommitdiff
path: root/lib/tdb/test/tap-interface.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-14tdb: wean CCAN-style unit tests off of tap.Rusty Russell1-0/+40
We could use subunit, but that's overkill. Just print messages when we fail, and use exit status. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>