diff options
Diffstat (limited to 'cpp/test/Ice/location/Server.cpp')
-rw-r--r-- | cpp/test/Ice/location/Server.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/Ice/location/Server.cpp b/cpp/test/Ice/location/Server.cpp index 3f5bf0f29d2..61a8c38e680 100644 --- a/cpp/test/Ice/location/Server.cpp +++ b/cpp/test/Ice/location/Server.cpp @@ -9,8 +9,11 @@ #include <Ice/Ice.h> #include <ServerLocator.h> +#include <TestCommon.h> #include <TestI.h> +DEFINE_TEST("server") + using namespace std; int @@ -45,6 +48,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator, adapter->add(locator, communicator->stringToIdentity("locator")); adapter->activate(); + TEST_READY communicator->waitForShutdown(); return EXIT_SUCCESS; |