summaryrefslogtreecommitdiff
path: root/php/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-06-23 17:47:58 -0700
committerMark Spruiell <mes@zeroc.com>2009-06-23 17:47:58 -0700
commita2e794a1366fcd71f04496c206869ffa158547ac (patch)
tree4c9d6554f3dc658aeaa76892aeecfc3d7eb56b61 /php/allTests.py
parentAdd x64 configurations to C++ projects (diff)
downloadice-a2e794a1366fcd71f04496c206869ffa158547ac.tar.bz2
ice-a2e794a1366fcd71f04496c206869ffa158547ac.tar.xz
ice-a2e794a1366fcd71f04496c206869ffa158547ac.zip
PHP changes:
- static translation - more traditional language mapping (multiple communicators, etc.) - support for registered (persistent) communicators - support for PHP namespaces (PHP 5.3 or later)
Diffstat (limited to 'php/allTests.py')
-rwxr-xr-xphp/allTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/allTests.py b/php/allTests.py
index 8267c7a7a10..90bcfe96d79 100755
--- a/php/allTests.py
+++ b/php/allTests.py
@@ -29,6 +29,7 @@ tests = [
("Ice/exceptions", ["core"]),
("Ice/inheritance", ["core"]),
("Ice/binding", ["core"]),
+ ("Ice/checksum", ["core"]),
("Ice/facets", ["core"]),
("Ice/objects", ["core"]),
("Ice/slicing/exceptions", ["core"]),