blob: c2b772b4cb90efe72021a28d37b0acf514916165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_dependencies = IceStorm Ice TestCommon
$(test)_client_sources = Client.cpp Single.ice
tests += $(test)
|