From 1aa291c331c29c2f5ee4572b660c4c2061755856 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 5 Oct 2012 11:46:25 +0200 Subject: selftest: Move some tests to common test script. --- selftest/tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'selftest/tests.py') diff --git a/selftest/tests.py b/selftest/tests.py index 91caba4202..d9ad9e9661 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -21,3 +21,5 @@ from selftesthelpers import * planpythontestsuite("none", "samba.tests.source") +planpythontestsuite("none", "selftest.tests.test_suite", extra_path=[srcdir()]) +planpythontestsuite("none", "subunit") -- cgit