diff options
Diffstat (limited to 'python/tests/tests.py')
-rwxr-xr-x | python/tests/tests.py | 2 |
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) - |