summaryrefslogtreecommitdiffstats
path: root/source/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
commit161740392903e3e1b9281b9f72e61846b543b67f (patch)
tree82974813b36238193ba3eeae6ef8deb209c2e5c5 /source/stf/standardcheck.py
parentb7af3cda28cea859edf6266b6bd8da17a44c85eb (diff)
downloadsamba-161740392903e3e1b9281b9f72e61846b543b67f.tar.gz
samba-161740392903e3e1b9281b9f72e61846b543b67f.tar.xz
samba-161740392903e3e1b9281b9f72e61846b543b67f.zip
Syncup stf directory with HEAD.
Diffstat (limited to 'source/stf/standardcheck.py')
-rw-r--r--source/stf/standardcheck.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/stf/standardcheck.py b/source/stf/standardcheck.py
index 5af1c78376d..bec21b8ec5f 100644
--- a/source/stf/standardcheck.py
+++ b/source/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)