diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-03-06 11:26:42 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-03-06 11:26:42 -0330 |
commit | c029d3b7363807873008c868b2207fce20f52a2e (patch) | |
tree | 4276c9d555db00b3b153f0d99bdc199414c15309 /cpp/allDemos.py | |
parent | Bug 3786 - java slicing/objects test failure (diff) | |
download | ice-c029d3b7363807873008c868b2207fce20f52a2e.tar.bz2 ice-c029d3b7363807873008c868b2207fce20f52a2e.tar.xz ice-c029d3b7363807873008c868b2207fce20f52a2e.zip |
Added expect scripts for protobuf demos
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 6 |
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) |