From 8fa345d952328c5866f3a0f835f3599343c51b00 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 14 Feb 2012 14:45:19 +1030 Subject: tdb: wean CCAN-style unit tests off of tap. We could use subunit, but that's overkill. Just print messages when we fail, and use exit status. Signed-off-by: Rusty Russell --- lib/tdb/test/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb/test/logging.c') diff --git a/lib/tdb/test/logging.c b/lib/tdb/test/logging.c index ae598a9845..dfab4868d2 100644 --- a/lib/tdb/test/logging.c +++ b/lib/tdb/test/logging.c @@ -1,5 +1,5 @@ #include "logging.h" -#include +#include "tap-interface.h" #include #include #include -- cgit