summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/tests/__init__.py
diff options
context:
space:
mode:
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]