diff options
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 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"]), |