summaryrefslogtreecommitdiff
path: root/lib/tdb2/test/helpapi-external-agent.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-19TDB2: remove TDB1 compatibility.Rusty Russell1-1/+0
This rips out all the TDB1 compatibility from tdb2. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-03-07lib/tdb2: adapt unit tests to SAMBA environment.Rusty Russell1-0/+8
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>