diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-09-14 22:24:47 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-09-14 22:24:47 +0200 |
commit | fcd9c3b54a65164c7deb53a2abf25762b8fde3c8 (patch) | |
tree | 0c152acc5e3879d19b927e71947f5dae3682b91c /cpp/allTests.py | |
parent | Fixed Scanner.cpp build issue on Windows 32 bits (diff) | |
download | ice-fcd9c3b54a65164c7deb53a2abf25762b8fde3c8.tar.bz2 ice-fcd9c3b54a65164c7deb53a2abf25762b8fde3c8.tar.xz ice-fcd9c3b54a65164c7deb53a2abf25762b8fde3c8.zip |
Fixed optional test issues
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 d3107df594f..4fa13fd1cef 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -44,6 +44,7 @@ tests = [ ("Ice/inheritance", ["core"]), ("Ice/facets", ["core"]), ("Ice/objects", ["core"]), + ("Ice/optional", ["core"]), ("Ice/binding", ["core"]), ("Ice/faultTolerance", ["core", "novalgrind"]), # valgrind reports leak with aborted servers ("Ice/location", ["core"]), |