summaryrefslogtreecommitdiff
path: root/source3/stf/standardcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'source3/stf/standardcheck.py')
-rw-r--r--source3/stf/standardcheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/stf/standardcheck.py b/source3/stf/standardcheck.py
index bec21b8ec5..e3292353e8 100644
--- a/source3/stf/standardcheck.py
+++ b/source3/stf/standardcheck.py
@@ -22,13 +22,13 @@
"""These tests are run by Samba's "make check"."""
import strings, comfychair
-import smbcontrol
+import smbcontrol, sambalib
# There should not be any actual tests in here: this file just serves
# to define the ones run by default. They're imported from other
# modules.
-tests = strings.tests + smbcontrol.tests
+tests = strings.tests + smbcontrol.tests + sambalib.tests
if __name__ == '__main__':
comfychair.main(tests)