diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 86242aab578..9a663154e90 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -48,6 +48,7 @@ tests = [ ("Ice/slicing/exceptions", ["core"]), ("Ice/slicing/objects", ["core"]), ("Ice/gc", ["once"]), + ("Ice/dispatcher", ["once"]), ("Ice/checksum", ["core"]), ("Ice/stream", ["core", "novc6"]), ("Ice/hold", ["core"]), |