summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-12 17:35:20 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-12 18:44:09 +0100
commitc3a9d1eb15100f3b46bcb9f67303c5729f6fa4ff (patch)
tree04afd06187eb0eefe8c4e05961e41a753e35be53 /source4/selftest
parent8de129df100b3dce7490c2aa730a737d6c5ec4c8 (diff)
downloadsamba-c3a9d1eb15100f3b46bcb9f67303c5729f6fa4ff.tar.gz
samba-c3a9d1eb15100f3b46bcb9f67303c5729f6fa4ff.tar.bz2
samba-c3a9d1eb15100f3b46bcb9f67303c5729f6fa4ff.zip
waf: Add initial unit test for samba_utils.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index ccc899bd1e..b1b7871585 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -442,6 +442,7 @@ planpythontestsuite("dc:local", "samba.tests.samba_tool.user")
planpythontestsuite("none", "subunit")
planpythontestsuite("dc:local", "samba.tests.dcerpc.rpcecho")
+planpythontestsuite("none", "wafsamba.tests.test_utils", extra_path=[os.path.join(samba4srcdir, "..", "buildtools"), os.path.join(samba4srcdir, "..", "buildtools", "wafadmin")])
planoldpythontestsuite("dc:local", "samba.tests.dcerpc.registry", extra_args=['-U"$USERNAME%$PASSWORD"'])
planoldpythontestsuite("dc", "samba.tests.dcerpc.dnsserver", extra_args=['-U"$USERNAME%$PASSWORD"'])
plantestsuite("samba4.ldap.python(dc)", "dc", [python, os.path.join(samba4srcdir, "dsdb/tests/python/ldap.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN'])