diff options
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py index 3a9d0818f99..1cc1dbbc586 100755 --- a/cpp/allDemos.py +++ b/cpp/allDemos.py @@ -44,6 +44,8 @@ demos = [ "Ice/properties", "Ice/optional", "Ice/context", + "IceDiscovery/hello", + "IceDiscovery/replication", ] if not Util.isWin32() or not Util.isVC100(): |