blob: b5b41efa027d7225de0e026120f0959f949fadde (
plain)
1
2
3
4
5
6
7
8
9
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_client_sources = Client.cpp AllTests.cpp Test.ice InstrumentationI.cpp
tests += $(test)
|