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