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 /php/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 'php/allTests.py')
-rwxr-xr-x | php/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php/allTests.py b/php/allTests.py index c045f83de0a..3bbe1899e17 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -41,6 +41,7 @@ tests = [ ("Ice/enums", ["core"]), ("Ice/ini", ["once"]), ("Ice/scope", ["once"]), + ("Ice/acm", ["once"]), ("Slice/keyword", ["once"]), ("Slice/structure", ["once"]), ("Slice/macros", ["once"]), |