From 9d897b0951e73a4717ae133d5b6b2493334fbf22 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 22 Feb 2012 15:03:37 +1030 Subject: lib/tdb2: adapt unit tests to SAMBA environment. This means changing headers, implementing a simple tap-like wrapper, and also splitting out the helpers into those which are linked with the api* tests (which can't use non-public tdb2 functions) and those linked with the run* tests (which can). Signed-off-by: Rusty Russell --- lib/tdb2/test/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb2/test/logging.h') diff --git a/lib/tdb2/test/logging.h b/lib/tdb2/test/logging.h index 2dfea145c3..5f517dc592 100644 --- a/lib/tdb2/test/logging.h +++ b/lib/tdb2/test/logging.h @@ -1,6 +1,6 @@ #ifndef TDB2_TEST_LOGGING_H #define TDB2_TEST_LOGGING_H -#include +#include "tdb2.h" #include #include -- cgit