blob: 76a975ceb4b9eebf0f69996a3d938bf048a324b7 (
plain)
1
2
3
4
5
6
7
8
9
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_client_sources := $(notdir $(wildcard $(currentdir)/*.cpp))
tests += $(test)
|