blob: d96e8f5da5c2c3135c15fa5208e050b039d241dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_client_sources = Client.cpp Callback.ice
$(test)_client_dependencies = Glacier2
$(test)_server_sources = Server.cpp Callback.ice
tests += $(test)
|