From: Andrew Bartlett Date: Tue, 8 May 2018 23:40:36 +0000 (+1200) Subject: ldb_mdb: Run the ldb_mdb_mod_op_test X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=d8919d2a59e64ebd8f4bfa7c78abfdf865662186;p=kai%2Fsamba.git ldb_mdb: Run the ldb_mdb_mod_op_test ldb_mdb is now able to pass the full ldb_mod_op_test when compiled against lmdb. Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/lib/ldb/wscript b/lib/ldb/wscript index b8b97191fbb..80c817362f7 100644 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -551,11 +551,11 @@ def test(ctx): 'ldb_msg_test', 'ldb_tdb_kv_ops_test', 'ldb_tdb_test', + 'ldb_mdb_mod_op_test', 'ldb_lmdb_test'] # we don't want to run ldb_lmdb_size_test (which proves we can # fit > 4G of data into the DB), it would fill up the disk on # many of our test instances - for test_exe in test_exes: cmd = os.path.join(Utils.g_module.blddir, test_exe) cmocka_ret = cmocka_ret or samba_utils.RUN_COMMAND(cmd)