summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/invoke/test.py
blob: 3c563fa249ccc6518a73bb0d3fc135736962dd73 (plain)
1
2
3
4
5
6
7
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#

TestSuite(__file__,
          [ClientServerTestCase(),
           ClientServerTestCase(name = "client/server async", servers=[Server(args = ["--async"])])])