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