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

TestSuite(__file__,
          [ClientTestCase(client=SimpleClient(args=lambda process, current: [current.getBuildDir("testplugin")]))],
          libDirs=["testplugin"])