diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-02-09 15:19:03 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-02-09 15:19:03 -0800 |
commit | 2fa55f190efe5a0409be24c5107ddac79b2a3a6b (patch) | |
tree | d931db935809d9614b970e68b1574bb55fa9918d /cpp/allTests.py | |
parent | Updated Objective-C mapping to use new stream classes (diff) | |
download | ice-2fa55f190efe5a0409be24c5107ddac79b2a3a6b.tar.bz2 ice-2fa55f190efe5a0409be24c5107ddac79b2a3a6b.tar.xz ice-2fa55f190efe5a0409be24c5107ddac79b2a3a6b.zip |
minor fixes to stream classes; restoring test/Ice/stream
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 fe564e936c6..43a7aafbb7d 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -57,6 +57,7 @@ tests = [ ("Ice/gc", ["once", "noc++11"]), ("Ice/dispatcher", ["once"]), ("Ice/checksum", ["core"]), + ("Ice/stream", ["core"]), ("Ice/hold", ["core", "bt"]), ("Ice/custom", ["core", "nossl", "nows", "noc++11"]), ("Ice/retry", ["core"]), |