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/interceptor/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/interceptor/Client.cpp')
-rw-r--r-- | cpp/test/Ice/interceptor/Client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/interceptor/Client.cpp b/cpp/test/Ice/interceptor/Client.cpp index b5dc902f9e9..0b43272fa95 100644 --- a/cpp/test/Ice/interceptor/Client.cpp +++ b/cpp/test/Ice/interceptor/Client.cpp @@ -15,6 +15,8 @@ #include <AMDInterceptorI.h> #include <iostream> +DEFINE_TEST("client") + #ifndef _WIN32 // // SIGPIPE test |