diff options
Diffstat (limited to 'cpp/test/Ice/stream/Client.cpp')
-rwxr-xr-x | cpp/test/Ice/stream/Client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/stream/Client.cpp b/cpp/test/Ice/stream/Client.cpp index ac6c9b08399..ca9b7663734 100755 --- a/cpp/test/Ice/stream/Client.cpp +++ b/cpp/test/Ice/stream/Client.cpp @@ -20,6 +20,8 @@ # pragma warning( disable : 4996 ) #endif +DEFINE_TEST("client") + using namespace std; class TestObjectWriter : public Ice::ObjectWriter |