blob: 06fd699bc5816c4adaf92686fb13a0437ef0b757 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
$(test)_programs := client server servercustom
$(test)_servercustom_sources := ServerCustomThreadPool.cpp Test.ice TestI.cpp
tests += $(test)
|