summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-21 12:31:38 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:55 +0100
commit2a98fd770a2e35c3c297140ae04d29a955dbbba4 (patch)
treea817e13408510a5d50fcede4fe852e85169c640a /source4/selftest
parentd3a13a16fff6e9a9929109a37f04a0a8e91d82b7 (diff)
downloadsamba-2a98fd770a2e35c3c297140ae04d29a955dbbba4.tar.gz
samba-2a98fd770a2e35c3c297140ae04d29a955dbbba4.tar.bz2
samba-2a98fd770a2e35c3c297140ae04d29a955dbbba4.zip
r26077: Import updated TDB bindings.
(This used to be commit afe091d92ebb1dc15ae3d8df9a5ba8832933a83c)
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/samba4_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh
index dd00a2b349..d57c6f34bd 100755
--- a/source4/selftest/samba4_tests.sh
+++ b/source4/selftest/samba4_tests.sh
@@ -297,4 +297,5 @@ then
plantest "ldb.python" none PYTHONPATH=bin/python trial lib/ldb/tests/python/api.py
plantest "credentials.python" none PYTHONPATH=bin/python trial auth/credentials/tests/bindings.py
plantest "registry.python" none PYTHONPATH=bin/python trial lib/registry/tests/bindings.py
+ plantest "tdb.python" none PYTHONPATH=bin/python trial lib/tdb/python/tests/simple.py
fi