summaryrefslogtreecommitdiff
path: root/rb/allTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'rb/allTests.py')
-rwxr-xr-xrb/allTests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rb/allTests.py b/rb/allTests.py
index 443702e60f1..d05b5adf89a 100755
--- a/rb/allTests.py
+++ b/rb/allTests.py
@@ -44,7 +44,8 @@ tests = [
("Ice/slicing/objects", ["core"]),
("Ice/defaultValue", ["core"]),
("Ice/optional", ["core"]),
- ("Ice/enums", ["core"])
+ ("Ice/enums", ["core"]),
+ ("Ice/acm", ["core"])
]
if __name__ == "__main__":