summaryrefslogtreecommitdiff
path: root/source3/stf/standardcheck.py
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-04-14 06:07:25 +0000
committerMartin Pool <mbp@samba.org>2003-04-14 06:07:25 +0000
commit4dc97bea8baa5ea545b29d02061656eede309930 (patch)
tree0032e2dca67f4f0b2d7a3f595d3a0ae39e823e29 /source3/stf/standardcheck.py
parent49f5045fe7bd6fc52304a522a56180d70ffa2ebf (diff)
downloadsamba-4dc97bea8baa5ea545b29d02061656eede309930.tar.gz
samba-4dc97bea8baa5ea545b29d02061656eede309930.tar.bz2
samba-4dc97bea8baa5ea545b29d02061656eede309930.zip
Build and run the lib/snprintf.c test cases from "make check".
(This used to be commit 95ff914d8263028711f36ccc2f6cd1127aaa7809)
Diffstat (limited to 'source3/stf/standardcheck.py')
-rw-r--r--source3/stf/standardcheck.py4
1 files changed, 2 insertions, 2 deletions
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)