summaryrefslogtreecommitdiff
path: root/source/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-29 01:36:31 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:41 +0100
commitf0fcad0a75998bc45e3073927c0021fa67136d22 (patch)
tree2b215fb9932215c2148a4c0f84253526118390ea /source/selftest
parentf97f82adbd2663cadcfc5522c809ce2e659fb42c (diff)
downloadsamba-f0fcad0a75998bc45e3073927c0021fa67136d22.tar.gz
r26189: Add really trivial testsuite for the auth module.
Diffstat (limited to 'source/selftest')
-rwxr-xr-xsource/selftest/samba4_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/selftest/samba4_tests.sh b/source/selftest/samba4_tests.sh
index d57c6f34bd1..67d2e69a128 100755
--- a/source/selftest/samba4_tests.sh
+++ b/source/selftest/samba4_tests.sh
@@ -298,4 +298,5 @@ then
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
+ plantest "auth.python" none PYTHONPATH=bin/python trial auth/tests/bindings.py
fi