diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-07-21 17:14:45 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-07-21 17:14:45 -0700 |
commit | f6871bc421840e0cabff34f2f477a9e53d14f812 (patch) | |
tree | c53a747b0c2a330802ceca7d80da7f5af3b05d4a /py/allTests.py | |
parent | Fixed windows compiler error (diff) | |
download | ice-f6871bc421840e0cabff34f2f477a9e53d14f812.tar.bz2 ice-f6871bc421840e0cabff34f2f477a9e53d14f812.tar.xz ice-f6871bc421840e0cabff34f2f477a9e53d14f812.zip |
ICE-5580 - port connection ACM functionality to scripting languages
Diffstat (limited to 'py/allTests.py')
-rwxr-xr-x | py/allTests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/allTests.py b/py/allTests.py index 69cab5af0ee..871698ed5a2 100755 --- a/py/allTests.py +++ b/py/allTests.py @@ -51,7 +51,8 @@ tests = [ ("Ice/defaultValue", ["core"]), ("Ice/ami", ["core"]), ("Ice/optional", ["core"]), - ("Ice/enums", ["core"]) + ("Ice/enums", ["core"]), + ("Ice/acm", ["core"]) ] if __name__ == "__main__": |