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