summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-21 11:56:41 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:52 +0100
commitf6322e4b96c589b968c18953cd454dd12bde2c18 (patch)
tree5b572fdb825557238f039ddf292525f29f76e2e6 /source4/selftest
parentea851658411e3ff03a906f7ae6afc7e9319d6f90 (diff)
downloadsamba-f6322e4b96c589b968c18953cd454dd12bde2c18.tar.gz
samba-f6322e4b96c589b968c18953cd454dd12bde2c18.tar.bz2
samba-f6322e4b96c589b968c18953cd454dd12bde2c18.zip
r26069: Import python bindings for credentials.
(This used to be commit 97bb235cc8c2855a0903bbd9dee53f0e03c4adc0)
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 155a8be7a4..a4d2bb2e29 100755
--- a/source4/selftest/samba4_tests.sh
+++ b/source4/selftest/samba4_tests.sh
@@ -295,4 +295,5 @@ fi
if which trial 2>/dev/null >/dev/null
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
fi