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