diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-22 16:25:57 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-22 16:25:57 +0000 |
commit | f6f7f37bdbff81685bceed6d464c53a62a906336 (patch) | |
tree | 2f4c87978cf2dba8bf2ad80e488bbe876242f04d /cpp/allTests.py | |
parent | started with objects test (diff) | |
download | ice-f6f7f37bdbff81685bceed6d464c53a62a906336.tar.bz2 ice-f6f7f37bdbff81685bceed6d464c53a62a906336.tar.xz ice-f6f7f37bdbff81685bceed6d464c53a62a906336.zip |
fixes
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 60f80ef8ea5..5aeaa9b2977 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -24,6 +24,7 @@ for i in \ "Ice/exceptions", \ "Ice/inheritance", \ "Ice/facets", \ + "Ice/objects", \ "Ice/faultTolerance", \ "Ice/locationForward", \ "IcePack/simple", \ |