summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-06-21 12:52:02 +0200
committerJose <jose@zeroc.com>2019-06-21 12:52:02 +0200
commit222dc4fb1173f12c71450d6a6a6fa8660e5eff8c (patch)
tree6cca02addcda7b8d58c1c35e94adbee9782b8259 /cpp/test
parentCleanup csharp Ice/operations test - Close #380 (diff)
downloadice-222dc4fb1173f12c71450d6a6a6fa8660e5eff8c.tar.bz2
ice-222dc4fb1173f12c71450d6a6a6fa8660e5eff8c.tar.xz
ice-222dc4fb1173f12c71450d6a6a6fa8660e5eff8c.zip
Ice/invoke test only run with default sync server - Close #399
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/Ice/invoke/test.py8
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"])])])