summaryrefslogtreecommitdiff
path: root/source/stf
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-28 05:20:01 +0000
committerTim Potter <tpot@samba.org>2003-04-28 05:20:01 +0000
commit20bde94eb881009128794283a1d7537bbc62e268 (patch)
tree4bbdbf60e65ebd2a96c80d2db580e9cbac9c0814 /source/stf
parenta847ebd82732cc2b430c58c3b287a46db0e35ba1 (diff)
downloadsamba-20bde94eb881009128794283a1d7537bbc62e268.tar.gz
Merge stf updates from HEAD.
Diffstat (limited to 'source/stf')
-rw-r--r--source/stf/standardcheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/stf/standardcheck.py b/source/stf/standardcheck.py
index bec21b8ec5f..e3292353e8b 100644
--- a/source/stf/standardcheck.py
+++ b/source/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)