From 322d385b6e67dd8add75bce7db093e443bce729a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 28 Apr 2003 05:20:01 +0000 Subject: Merge stf updates from HEAD. (This used to be commit 20bde94eb881009128794283a1d7537bbc62e268) --- source3/stf/standardcheck.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/stf') 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) -- cgit