diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-10-05 11:46:25 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-11 18:50:40 +0200 |
commit | 1aa291c331c29c2f5ee4572b660c4c2061755856 (patch) | |
tree | 0a3b3280712a93d5e56a6987be17e89f9a3d9afb /selftest | |
parent | 1080b6c2caf1191fd896f3caf38e576a00b01982 (diff) | |
download | samba-1aa291c331c29c2f5ee4572b660c4c2061755856.tar.gz samba-1aa291c331c29c2f5ee4572b660c4c2061755856.tar.bz2 samba-1aa291c331c29c2f5ee4572b660c4c2061755856.zip |
selftest: Move some tests to common test script.
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
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") |