summaryrefslogtreecommitdiff
path: root/cpp/allDemos.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-xcpp/allDemos.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py
index cf7015fe9be..0d6fb5990dd 100755
--- a/cpp/allDemos.py
+++ b/cpp/allDemos.py
@@ -38,6 +38,7 @@ demos = [
"Ice/session",
"Ice/throughput",
"Ice/value",
+ "Ice/nrvo",
"IceBox/hello",
"IceStorm/clock",
"IceStorm/counter",
@@ -64,5 +65,9 @@ demos = [
"book/lifecycle",
]
+protoDemos = [
+ "Ice/protobuf"
+]
+
if __name__ == "__main__":
- Util.run(demos)
+ Util.run(demos, protoDemos)