diff options
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py index 26510a8ba1..d845834957 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -21,6 +21,7 @@ from selftesthelpers import * planpythontestsuite("none", "samba.tests.source") +planpythontestsuite("none", "samba.tests.docs") planpythontestsuite("none", "selftest.tests.test_suite", extra_path=[srcdir()]) planpythontestsuite("none", "subunit") planpythontestsuite("none", "samba.tests.blackbox.ndrdump") |