Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TDB2: remove TDB1 compatibility. | Rusty Russell | 2012-06-19 | 1 | -26/+0 |
| | | | | | | | This rips out all the TDB1 compatibility from tdb2. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | ||||
* | lib/tdb2: adapt unit tests to SAMBA environment. | Rusty Russell | 2012-03-07 | 1 | -1/+1 |
| | | | | | | | | | | 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> | ||||
* | tdb2: test: import tdb1's tests. | Rusty Russell | 2011-09-14 | 1 | -0/+26 |
The main change is to s/tdb/tdb1_/ everywhere. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit fab544c24c1ad6523f95893abcaec4e6cce6c2b4) |