blob: 85e3f3a5c54c175927d06ee7824cb8f7610fddc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
import Ice
import TestCommon
public class Client: TestHelperI {
public override func run(args _: [String]) throws {
try allTests(self)
}
}
|