summaryrefslogtreecommitdiff
path: root/py/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2014-07-21 17:14:45 -0700
committerMark Spruiell <mes@zeroc.com>2014-07-21 17:14:45 -0700
commitf6871bc421840e0cabff34f2f477a9e53d14f812 (patch)
treec53a747b0c2a330802ceca7d80da7f5af3b05d4a /py/allTests.py
parentFixed windows compiler error (diff)
downloadice-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-xpy/allTests.py3
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__":