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