blob: 195c9ac54d8c1382fddeebf80704fd8a3af4bc72 (
plain)
1
2
3
4
5
6
7
8
9
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
TestSuite(__file__,
[ClientTestCase(client=SimpleClient(args=lambda process, current: [current.getBuildDir("testplugin")]))],
libDirs=["testplugin"])
|