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/run-check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb/test/run-check.c') diff --git a/lib/tdb/test/run-check.c b/lib/tdb/test/run-check.c index d489ce8ed5..b9246b645f 100644 --- a/lib/tdb/test/run-check.c +++ b/lib/tdb/test/run-check.c @@ -10,7 +10,7 @@ #include "../common/open.c" #include "../common/check.c" #include "../common/hash.c" -#include +#include "tap-interface.h" #include #include #include "logging.h" -- cgit