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 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"]), |