blob: c379934940b942d727ae4bfa6a5a4e6205ec4081 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
$(test)_dependencies = Glacier2 Ice TestCommon
$(test)_client_sources = Client.cpp Session.ice
$(test)_server_sources = Server.cpp SessionI.cpp Session.ice
tests += $(test)
|