diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-29 14:49:47 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:47 +0100 |
commit | f2f16b45b58c2bbf3053ff55e7a290fc069e0efd (patch) | |
tree | cbdfe72b17761638da5119a6085d9f5774f62c51 /source4/selftest | |
parent | 8515d23a3a920c27b37f3653850c61ba0f6eec71 (diff) | |
download | samba-f2f16b45b58c2bbf3053ff55e7a290fc069e0efd.tar.gz samba-f2f16b45b58c2bbf3053ff55e7a290fc069e0efd.tar.bz2 samba-f2f16b45b58c2bbf3053ff55e7a290fc069e0efd.zip |
r26197: Add bindings for libsecurity.
(This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/samba4_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh index ac8f4dd95f..b0034f888a 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -299,4 +299,5 @@ then plantest "registry.python" none PYTHONPATH=bin/python:scripting/python:lib/registry/tests/ scripting/bin/subunitrun bindings plantest "tdb.python" none PYTHONPATH=bin/python:scripting/python:lib/tdb/python/tests scripting/bin/subunitrun simple plantest "auth.python" none PYTHONPATH=bin/python:scripting/python:auth/tests/ scripting/bin/subunitrun bindings + plantest "security.python" none PYTHONPATH=bin/python:scripting/python:libcli/security/tests/ scripting/bin/subunitrun bindings fi |