summaryrefslogtreecommitdiff
path: root/py/allDemos.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/allDemos.py')
-rwxr-xr-xpy/allDemos.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/py/allDemos.py b/py/allDemos.py
index 5829ada88a7..230ffb8286e 100755
--- a/py/allDemos.py
+++ b/py/allDemos.py
@@ -41,5 +41,10 @@ demos = [
"book/simple_filesystem"
]
+protoDemos = [
+ "Ice/protobuf"
+]
+
+
if __name__ == "__main__":
- Util.run(demos)
+ Util.run(demos, protoDemos)