diff options
Diffstat (limited to 'cpp/test/IceGrid/replicaGroup/Makefile.mk')
-rw-r--r-- | cpp/test/IceGrid/replicaGroup/Makefile.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/replicaGroup/Makefile.mk b/cpp/test/IceGrid/replicaGroup/Makefile.mk new file mode 100644 index 00000000000..c386a07119b --- /dev/null +++ b/cpp/test/IceGrid/replicaGroup/Makefile.mk @@ -0,0 +1,20 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# +# This copy of Ice is licensed to you under the terms described in the +# ICE_LICENSE file included in this distribution. +# +# ********************************************************************** + +$(test)_libraries := $(test)_TestService $(test)_RegistryPlugin + +$(test)_TestService_sources = Service.cpp TestI.cpp Test.ice +$(test)_TestService_dependencies = IceBox + +$(test)_RegistryPlugin_sources = RegistryPlugin.cpp +$(test)_RegistryPlugin_dependencies = IceGrid Glacier2 + +$(test)_client_dependencies = IceGrid Glacier2 + +tests += $(test)
\ No newline at end of file |