blob: 8bf356086ecee3188e1f4ee8a233912783159fdd (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
$(test)_client_sources = Client.cpp BackendI.cpp Backend.ice
$(test)_client_dependencies = Glacier2
$(test)_server_sources = Server.cpp BackendI.cpp Backend.ice
tests += $(test)
|