summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-09-14 22:24:47 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-09-14 22:24:47 +0200
commitfcd9c3b54a65164c7deb53a2abf25762b8fde3c8 (patch)
tree0c152acc5e3879d19b927e71947f5dae3682b91c /cpp/allTests.py
parentFixed Scanner.cpp build issue on Windows 32 bits (diff)
downloadice-fcd9c3b54a65164c7deb53a2abf25762b8fde3c8.tar.bz2
ice-fcd9c3b54a65164c7deb53a2abf25762b8fde3c8.tar.xz
ice-fcd9c3b54a65164c7deb53a2abf25762b8fde3c8.zip
Fixed optional test issues
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py1
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"]),