summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/hold/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/hold/Server.cpp')
-rw-r--r--cpp/test/Ice/hold/Server.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/test/Ice/hold/Server.cpp b/cpp/test/Ice/hold/Server.cpp
index 2b8641f0190..9de73fabed2 100644
--- a/cpp/test/Ice/hold/Server.cpp
+++ b/cpp/test/Ice/hold/Server.cpp
@@ -8,8 +8,11 @@
// **********************************************************************
#include <Ice/Ice.h>
+#include <TestCommon.h>
#include <TestI.h>
+DEFINE_TEST("server")
+
using namespace std;
int
@@ -36,6 +39,8 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
adapter1->activate();
adapter2->activate();
+ TEST_READY
+
communicator->waitForShutdown();
timer->destroy();