summaryrefslogtreecommitdiff
path: root/source4/selftest/samba4_tests.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-14 01:26:25 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:14 +0100
commit864218b6beebaeb337f14398f0544340ad30dd58 (patch)
tree68c4c61823f37f559903e983aefc544959cd9703 /source4/selftest/samba4_tests.sh
parentc39c94b499ce9b4fa83362a56f42f71d000492c7 (diff)
downloadsamba-864218b6beebaeb337f14398f0544340ad30dd58.tar.gz
samba-864218b6beebaeb337f14398f0544340ad30dd58.tar.bz2
samba-864218b6beebaeb337f14398f0544340ad30dd58.zip
r26448: Add basic tests for param python module.
(This used to be commit ccfab20dcc2d7059c402c03be244b759d59c4b81)
Diffstat (limited to 'source4/selftest/samba4_tests.sh')
-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 9043de72d4..424e1f0209 100755
--- a/source4/selftest/samba4_tests.sh
+++ b/source4/selftest/samba4_tests.sh
@@ -300,4 +300,5 @@ then
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
+ plantest "param.python" none PYTHONPATH=bin/python:scripting/python:param/tests scripting/bin/subunitrun bindings
fi