From c3a9d1eb15100f3b46bcb9f67303c5729f6fa4ff Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 12 Feb 2012 17:35:20 +0100 Subject: waf: Add initial unit test for samba_utils. --- source4/selftest/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') 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']) -- cgit