summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-04 22:11:30 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:26 +1000
commitfe060c8f50de23c4f3503a32c3237bb80bd68331 (patch)
tree20c44975fa6ab2fe6eb4f7269b44b0d76bdaa9c9 /source4/lib/ldb
parent7d3421077216c00cf6744ab335447c5f75a9c24b (diff)
downloadsamba-fe060c8f50de23c4f3503a32c3237bb80bd68331.tar.gz
samba-fe060c8f50de23c4f3503a32c3237bb80bd68331.tar.bz2
samba-fe060c8f50de23c4f3503a32c3237bb80bd68331.zip
s4-waf: added simple 'waf test' support for tdb, talloc and ldb
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/wscript6
1 files changed, 6 insertions, 0 deletions
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)