diff options
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/allTests.py b/java/allTests.py index 069c3e307a9..4b406e477d4 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -54,6 +54,7 @@ tests = [ ("Ice/hold", ["core"]), ("Ice/retry", ["core"]), ("Ice/timeout", ["core"]), + ("Ice/acm", ["core"]), ("Ice/background", ["core"]), ("Ice/servantLocator", ["core"]), ("Ice/interceptor", ["core"]), |