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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tdb/test/logging.h') diff --git a/lib/tdb/test/logging.h b/lib/tdb/test/logging.h index 93bf324912..89e77b2108 100644 --- a/lib/tdb/test/logging.h +++ b/lib/tdb/test/logging.h @@ -1,5 +1,6 @@ #ifndef TDB_TEST_LOGGING_H #define TDB_TEST_LOGGING_H +#include "replace.h" #include "../include/tdb.h" #include -- cgit