X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source3%2Fstf%2Fstandardcheck.py;h=e3292353e8be1ae9e83dcfb976179b2913909aee;hp=bec21b8ec5f2449215ea86b1206909c61c452f87;hb=4dc97bea8baa5ea545b29d02061656eede309930;hpb=49f5045fe7bd6fc52304a522a56180d70ffa2ebf diff --git a/source3/stf/standardcheck.py b/source3/stf/standardcheck.py index bec21b8ec5f..e3292353e8b 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)