Tests for smbcontrol.
[kai/samba.git] / source3 / stf / standardcheck.py
index 5af1c78376d6a659ab496cc9a94469f484619b07..bec21b8ec5f2449215ea86b1206909c61c452f87 100644 (file)
 """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)