diff options
Diffstat (limited to 'py/allTests.py')
-rwxr-xr-x | py/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/allTests.py b/py/allTests.py index 02a05d6cc8b..3e6d9c28a50 100755 --- a/py/allTests.py +++ b/py/allTests.py @@ -30,6 +30,7 @@ tests = [ ("Ice/exceptions", ["core"]), ("Ice/facets", ["core"]), ("Ice/faultTolerance", ["core"]), + ("Ice/info", ["core", "noipv6", "nocompress"]), ("Ice/inheritance", ["core"]), ("Ice/location", ["core"]), ("Ice/objects", ["core"]), |