diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-02-22 15:03:37 +1030 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2012-03-07 13:16:16 +1100 |
commit | 9d897b0951e73a4717ae133d5b6b2493334fbf22 (patch) | |
tree | c3fcbe7b449f1384da2d132110ebfbfedce8fd3b /lib/tdb2/test/run-tdb1-zero-append.c | |
parent | 361f3ea9ee577c5a3e2fed687a0b417b257c31de (diff) | |
download | samba-9d897b0951e73a4717ae133d5b6b2493334fbf22.tar.gz samba-9d897b0951e73a4717ae133d5b6b2493334fbf22.tar.bz2 samba-9d897b0951e73a4717ae133d5b6b2493334fbf22.zip |
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 <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/tdb2/test/run-tdb1-zero-append.c')
-rw-r--r-- | lib/tdb2/test/run-tdb1-zero-append.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/test/run-tdb1-zero-append.c b/lib/tdb2/test/run-tdb1-zero-append.c index fdc9cdce35..16a097ce30 100644 --- a/lib/tdb2/test/run-tdb1-zero-append.c +++ b/lib/tdb2/test/run-tdb1-zero-append.c @@ -1,5 +1,5 @@ #include "tdb2-source.h" -#include <ccan/tap/tap.h> +#include "tap-interface.h" #include <stdlib.h> #include <err.h> #include "logging.h" |