diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IceBox/admin/Makefile.mk | 6 | ||||
-rw-r--r-- | cpp/test/IceBox/configuration/Makefile.mk | 6 | ||||
-rw-r--r-- | cpp/test/IceGrid/deployer/Makefile.mk | 2 | ||||
-rw-r--r-- | cpp/test/IceGrid/noRestartUpdate/Makefile.mk | 2 | ||||
-rw-r--r-- | cpp/test/IceGrid/replicaGroup/Makefile.mk | 2 |
5 files changed, 14 insertions, 4 deletions
diff --git a/cpp/test/IceBox/admin/Makefile.mk b/cpp/test/IceBox/admin/Makefile.mk index 6cd4d36590c..8cf0d16a0b7 100644 --- a/cpp/test/IceBox/admin/Makefile.mk +++ b/cpp/test/IceBox/admin/Makefile.mk @@ -9,7 +9,9 @@ $(test)_libraries := $(test)_TestService -$(test)_TestService_sources = TestI.cpp Service.cpp Test.ice -$(test)_TestService_dependencies = IceBox +$(test)_TestService_sources = TestI.cpp Service.cpp Test.ice +$(test)_TestService_dependencies = IceBox +$(test)_TestService_version = +$(test)_TestService_soversion = tests += $(test) diff --git a/cpp/test/IceBox/configuration/Makefile.mk b/cpp/test/IceBox/configuration/Makefile.mk index 6cd4d36590c..8cf0d16a0b7 100644 --- a/cpp/test/IceBox/configuration/Makefile.mk +++ b/cpp/test/IceBox/configuration/Makefile.mk @@ -9,7 +9,9 @@ $(test)_libraries := $(test)_TestService -$(test)_TestService_sources = TestI.cpp Service.cpp Test.ice -$(test)_TestService_dependencies = IceBox +$(test)_TestService_sources = TestI.cpp Service.cpp Test.ice +$(test)_TestService_dependencies = IceBox +$(test)_TestService_version = +$(test)_TestService_soversion = tests += $(test) diff --git a/cpp/test/IceGrid/deployer/Makefile.mk b/cpp/test/IceGrid/deployer/Makefile.mk index 7f1d5393f84..54d8d2c1aa5 100644 --- a/cpp/test/IceGrid/deployer/Makefile.mk +++ b/cpp/test/IceGrid/deployer/Makefile.mk @@ -11,6 +11,8 @@ $(test)_libraries := $(test)_TestService $(test)_TestService_sources = Service.cpp TestI.cpp Test.ice $(test)_TestService_dependencies = IceBox +$(test)_TestService_version = +$(test)_TestService_soversion = $(test)_client_dependencies = IceGrid Glacier2 diff --git a/cpp/test/IceGrid/noRestartUpdate/Makefile.mk b/cpp/test/IceGrid/noRestartUpdate/Makefile.mk index 7f1d5393f84..54d8d2c1aa5 100644 --- a/cpp/test/IceGrid/noRestartUpdate/Makefile.mk +++ b/cpp/test/IceGrid/noRestartUpdate/Makefile.mk @@ -11,6 +11,8 @@ $(test)_libraries := $(test)_TestService $(test)_TestService_sources = Service.cpp TestI.cpp Test.ice $(test)_TestService_dependencies = IceBox +$(test)_TestService_version = +$(test)_TestService_soversion = $(test)_client_dependencies = IceGrid Glacier2 diff --git a/cpp/test/IceGrid/replicaGroup/Makefile.mk b/cpp/test/IceGrid/replicaGroup/Makefile.mk index c386a07119b..cc32f539542 100644 --- a/cpp/test/IceGrid/replicaGroup/Makefile.mk +++ b/cpp/test/IceGrid/replicaGroup/Makefile.mk @@ -11,6 +11,8 @@ $(test)_libraries := $(test)_TestService $(test)_RegistryPlugin $(test)_TestService_sources = Service.cpp TestI.cpp Test.ice $(test)_TestService_dependencies = IceBox +$(test)_TestService_version = +$(test)_TestService_soversion = $(test)_RegistryPlugin_sources = RegistryPlugin.cpp $(test)_RegistryPlugin_dependencies = IceGrid Glacier2 |