X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=source3%2Fstf%2Fstandardcheck.py;fp=source3%2Fstf%2Fstandardcheck.py;h=bec21b8ec5f2449215ea86b1206909c61c452f87;hb=2228271d684753f6a0fb20da87ccf1454d554f39;hp=5af1c78376d6a659ab496cc9a94469f484619b07;hpb=44fa3b90e0f8794dd1b94d12db920dc2149e6ecf;p=kai%2Fsamba.git diff --git a/source3/stf/standardcheck.py b/source3/stf/standardcheck.py index 5af1c78376d..bec21b8ec5f 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)