summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/tests/__init__.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-03-20 02:31:02 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-03-26 18:28:06 +0200
commitacd63fdb86769ff4328ccb6a4096181e65e4d30f (patch)
tree1107b503c8ab6c22dc6e9ebb573e582c0c3dc475 /buildtools/wafsamba/tests/__init__.py
parent9c5723ab7aa0db9c239027b4783bb1f3986b1dbf (diff)
downloadsamba-acd63fdb86769ff4328ccb6a4096181e65e4d30f.tar.gz
samba-acd63fdb86769ff4328ccb6a4096181e65e4d30f.tar.bz2
samba-acd63fdb86769ff4328ccb6a4096181e65e4d30f.zip
wafsamba: Cope with slight differences in gdb output regarding incomplete sequences.
Bug: https://bugzilla.samba.org/show_bug.cgi?id=8820
Diffstat (limited to 'buildtools/wafsamba/tests/__init__.py')
-rw-r--r--buildtools/wafsamba/tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/tests/__init__.py b/buildtools/wafsamba/tests/__init__.py
index 76788802ab..c9f2fb64d7 100644
--- a/buildtools/wafsamba/tests/__init__.py
+++ b/buildtools/wafsamba/tests/__init__.py
@@ -23,6 +23,7 @@ from unittest import (
def test_suite():
names = [
+ 'abi',
'utils',
]
module_names = ['wafsamba.tests.test_' + name for name in names]