diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-07-02 15:21:36 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-07-02 15:21:36 +0200 |
commit | 655725cdbeaf94cbce6c38818cdffbb2f7e507ae (patch) | |
tree | 0cd4501cfce7ad52fd1afc5c959f17297599708c /cpp/test/Ice/defaultServant/Client.cpp | |
parent | Worked around optional test failure when compiled with -O2 on iPhone (diff) | |
download | ice-655725cdbeaf94cbce6c38818cdffbb2f7e507ae.tar.bz2 ice-655725cdbeaf94cbce6c38818cdffbb2f7e507ae.tar.xz ice-655725cdbeaf94cbce6c38818cdffbb2f7e507ae.zip |
Integrated minor test changes from Ice Touch branch
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) { |