blob: 23916e5dece3d181515868eac547e4b4fa05da3e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (c) 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)
|