summaryrefslogtreecommitdiffstats
path: root/python/tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/tests.py')
-rwxr-xr-xpython/tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/tests.py b/python/tests/tests.py
index 59d15cb4..e5ea1f62 100755
--- a/python/tests/tests.py
+++ b/python/tests/tests.py
@@ -45,6 +45,7 @@ testSuites = (
'binding_tests',
'profiles_tests',
'errorchecking_tests',
+ 'idwsf2_tests'
)
@@ -97,4 +98,3 @@ if options.xmlMode:
print """</testsuites>"""
sys.exit(not success)
-