diff options
Diffstat (limited to 'cpp/test/Ice/defaultServant/Client.cpp')
-rw-r--r-- | cpp/test/Ice/defaultServant/Client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/defaultServant/Client.cpp b/cpp/test/Ice/defaultServant/Client.cpp index ed6ad2991d3..d2ce3a19954 100644 --- a/cpp/test/Ice/defaultServant/Client.cpp +++ b/cpp/test/Ice/defaultServant/Client.cpp @@ -14,6 +14,8 @@ using namespace std; using namespace Test; +DEFINE_TEST("client") + int run(int, char**, const Ice::CommunicatorPtr& communicator) { |