summaryrefslogtreecommitdiff
path: root/source3/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
commit322d385b6e67dd8add75bce7db093e443bce729a (patch)
tree90fd1c03270c0ec9be5c8222a5e4bf4bdff9925a /source3/stf
parent4ea3cd2629592b5e306df64c998d220478d7f049 (diff)
downloadsamba-322d385b6e67dd8add75bce7db093e443bce729a.tar.gz
samba-322d385b6e67dd8add75bce7db093e443bce729a.tar.bz2
samba-322d385b6e67dd8add75bce7db093e443bce729a.zip
Merge stf updates from HEAD.
(This used to be commit 20bde94eb881009128794283a1d7537bbc62e268)
Diffstat (limited to 'source3/stf')
-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)