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