blob: 35080fff73b42699b76dcb14a28d37121d787543 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
# This Makefile.mk is necessary to get this test to build because the
# test doesn't have a Client.cpp file.
tests += $(test)
|