summaryrefslogtreecommitdiff
path: root/source3/stf/standardcheck.py
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-09 05:57:00 +0000
committerTim Potter <tpot@samba.org>2003-04-09 05:57:00 +0000
commit29883705106dc433b1ff0e3bb7bdd3558430f9cf (patch)
treeecae0450f05c656f2c9b95542fea37a673b75ce4 /source3/stf/standardcheck.py
parenta62cd3285aa0dd83aabb6d40a76d51e1eff323b6 (diff)
downloadsamba-29883705106dc433b1ff0e3bb7bdd3558430f9cf.tar.gz
samba-29883705106dc433b1ff0e3bb7bdd3558430f9cf.tar.bz2
samba-29883705106dc433b1ff0e3bb7bdd3558430f9cf.zip
Tests for smbcontrol.
(This used to be commit 7bf68a533ee76ffebf77c4d09abf42079579646f)
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)