Run selftest.py tests.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 4 Mar 2012 15:30:26 +0000 (16:30 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 4 Mar 2012 17:02:07 +0000 (18:02 +0100)
source4/selftest/tests.py

index 18701c657d3f566abb02ea885e98febde011973e..9d36f411a0375f64e006a113469967fd6ff68e2a 100755 (executable)
@@ -402,6 +402,7 @@ def planoldpythontestsuite(env, module, name=None, extra_path=[], environ={}, ex
         name = module
     plantestsuite(name, env, args)
 
+planpythontestsuite("none", "selftest.tests.test_suite", name="selftest.py.tests", extra_path=[srcdir()])
 planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python'])
 planpythontestsuite("none", "samba.tests.credentials")
 planoldpythontestsuite("dc:local", "samba.tests.gensec", extra_args=['-U"$USERNAME%$PASSWORD"'])