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