blob: 4d910135e766f35b14651e5488cc7a3d55e02f06 (
plain)
1
2
3
4
5
6
7
8
9
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_client_sources = $(test-client-sources) TestI.cpp
tests += $(test)
|