From fe060c8f50de23c4f3503a32c3237bb80bd68331 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 4 Apr 2010 22:11:30 +1000 Subject: s4-waf: added simple 'waf test' support for tdb, talloc and ldb --- source4/lib/ldb/wscript | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index da83b7c26f..971c6688f3 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -174,3 +174,9 @@ def build(bld): deps='ldb', realname='ldb.so') + +def test(ctx): + '''run ldb testsuite''' + import Utils + cmd = 'tests/test-tdb.sh' + os.system(cmd) -- cgit