diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/invoke/test.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/test/Ice/invoke/test.py b/cpp/test/Ice/invoke/test.py new file mode 100644 index 00000000000..176ed12558f --- /dev/null +++ b/cpp/test/Ice/invoke/test.py @@ -0,0 +1,8 @@ +# +# Copyright (c) ZeroC, Inc. All rights reserved. +# + +TestSuite(__file__, + [ClientServerTestCase(), + ClientServerTestCase(name = "client/server array", servers=[Server(args = ["--array"])]), + ClientServerTestCase(name = "client/server async", servers=[Server(args = ["--async"])])]) |