summaryrefslogtreecommitdiff
path: root/cpp/allDemos.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-03-06 11:26:42 -0330
committerDwayne Boone <dwayne@zeroc.com>2009-03-06 11:26:42 -0330
commitc029d3b7363807873008c868b2207fce20f52a2e (patch)
tree4276c9d555db00b3b153f0d99bdc199414c15309 /cpp/allDemos.py
parentBug 3786 - java slicing/objects test failure (diff)
downloadice-c029d3b7363807873008c868b2207fce20f52a2e.tar.bz2
ice-c029d3b7363807873008c868b2207fce20f52a2e.tar.xz
ice-c029d3b7363807873008c868b2207fce20f52a2e.zip
Added expect scripts for protobuf demos
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-xcpp/allDemos.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py
index 18a7b325c78..0d6fb5990dd 100755
--- a/cpp/allDemos.py
+++ b/cpp/allDemos.py
@@ -65,5 +65,9 @@ demos = [
"book/lifecycle",
]
+protoDemos = [
+ "Ice/protobuf"
+]
+
if __name__ == "__main__":
- Util.run(demos)
+ Util.run(demos, protoDemos)