summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/tests/__init__.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-04-10 00:45:20 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-04-10 02:21:39 +0200
commit800a9d8bc3d6805dd297e65c8d32efc74a1329b3 (patch)
treecefbca0e081b577590c4f1d60bb7948eeeba412d /buildtools/wafsamba/tests/__init__.py
parent7cf78902dc63ec0db1f2310aa0e32d884ca96491 (diff)
downloadsamba-800a9d8bc3d6805dd297e65c8d32efc74a1329b3.tar.gz
samba-800a9d8bc3d6805dd297e65c8d32efc74a1329b3.tar.bz2
samba-800a9d8bc3d6805dd297e65c8d32efc74a1329b3.zip
wafsamba/bundled: Fix typo in tuplize_version.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Apr 10 02:21:39 CEST 2012 on sn-devel-104
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 c9f2fb64d7..ae27418aa7 100644
--- a/buildtools/wafsamba/tests/__init__.py
+++ b/buildtools/wafsamba/tests/__init__.py
@@ -24,6 +24,7 @@ from unittest import (
def test_suite():
names = [
'abi',
+ 'bundled',
'utils',
]
module_names = ['wafsamba.tests.test_' + name for name in names]