summaryrefslogtreecommitdiff
path: root/source3/stf/standardcheck.py
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 00:21:52 +0000
committerTim Potter <tpot@samba.org>2003-04-14 00:21:52 +0000
commit2228271d684753f6a0fb20da87ccf1454d554f39 (patch)
tree157f279ec38841443abba12355bc0d77062c563f /source3/stf/standardcheck.py
parent44fa3b90e0f8794dd1b94d12db920dc2149e6ecf (diff)
downloadsamba-2228271d684753f6a0fb20da87ccf1454d554f39.tar.gz
samba-2228271d684753f6a0fb20da87ccf1454d554f39.tar.bz2
samba-2228271d684753f6a0fb20da87ccf1454d554f39.zip
Syncup stf directory with HEAD.
(This used to be commit 161740392903e3e1b9281b9f72e61846b543b67f)
Diffstat (limited to 'source3/stf/standardcheck.py')
-rw-r--r--source3/stf/standardcheck.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/stf/standardcheck.py b/source3/stf/standardcheck.py
index 5af1c78376..bec21b8ec5 100644
--- a/source3/stf/standardcheck.py
+++ b/source3/stf/standardcheck.py
@@ -22,12 +22,13 @@
"""These tests are run by Samba's "make check"."""
import strings, comfychair
+import smbcontrol
# 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
+tests = strings.tests + smbcontrol.tests
if __name__ == '__main__':
comfychair.main(tests)