ldb tests: add cmocka tests of kv operations
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 19 Mar 2018 23:15:12 +0000 (12:15 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Apr 2018 00:08:45 +0000 (02:08 +0200)
commit5ca90e758ade97fb5e335029c7a1768094e70564
tree447868ed5dac6094ee33d1b3c1c5fe0a8caef2b2
parent1fceb64dc2c7f994e800b00cc9fbd214ac42a201
ldb tests: add cmocka tests of kv operations

Add tests for the behaviour the ldb layer expects the key value layer to
provide.  This should make it easier to add another KV store

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/tests/ldb_kv_ops_test.c [new file with mode: 0644]
lib/ldb/wscript